-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Milestone
Description
Once replicated mode has been enabled, there will be no further use for single node ClickHouse. The init SQL is wildly different between replicated and single node mode, this means that any testing and/or development done on a single node will be unreliable on a replicated node setup.
Several parts of the codebase will need to be modified:
- Init SQL files
- Unit tests - [oximeter] Port all single node ClickHouse tests to a replicated set up #4372
- Integration tests
- Simulated omicron - Implement ClickHouse replicated cluster option for simulated omicron #4422
- Oximeter cli (OG oxdb)
Reactions are currently unavailable