Hi team, any guide or suggestion on how I can util...
# support
s
Hi team, any guide or suggestion on how I can utilize clickhouse keeper in place of zookeeper. Signoz team did we try clickhouse keeper ? . cc @Chitransh Gupta @Nitish
n
The configuration for ClickHouse Keeper is very similar to ZooKeeper, with parameters like
tcp_port
,
server_id
,
log_storage_path
, and
snapshot_storage_path
. You can find the full list of configuration options in the ClickHouse Keeper documentation. Furthermore, migrating from ZooKeeper to ClickHouse Keeper is not a seamless process, as the snapshot and log formats are incompatible. You would need to stop your ZooKeeper cluster, convert the data, and then start the ClickHouse Keeper cluster. The
clickhouse-keeper-converter
tool can help with this data migration.
s
thanks @Nitish
I am trying to start clickhouse cluster with clickhouse keeper directly and getting "msg":"Failed to run migrations","component":"migrate cli","error":"failed to create database, err: code: 999, message: Cannot use any of provided ZooKeeper nodes
@Nitish i think clickhouse keeper is not supported by signoz
please clarify cc @Vishal Sharma
c
@Prashant Shahi do we support ClickHouse keeper ?
p
ClickHouse Operator does support it. However, we are yet to include support for it in our charts. Since for the existing SigNoz installation, we have dependency on Zookeeper which would require some migration script to be executed and possibly with some outage. For fresh installation, I suppose you can run SigNoz with self-managed clickhouse keeper.