ClickHouse/tests/integration/test_keeper_zookeeper_converter/configs/keeper_config.xml

24 lines
823 B
XML
Raw Normal View History

<clickhouse>
2021-06-18 11:02:15 +00:00
<keeper_server>
<tcp_port>9181</tcp_port>
<server_id>1</server_id>
<log_storage_path>/var/lib/clickhouse/coordination/logs</log_storage_path>
<snapshot_storage_path>/var/lib/clickhouse/coordination/snapshots</snapshot_storage_path>
<coordination_settings>
2021-10-26 09:07:07 +00:00
<operation_timeout_ms>30000</operation_timeout_ms>
<session_timeout_ms>600000</session_timeout_ms>
2021-06-18 11:02:15 +00:00
<raft_logs_level>trace</raft_logs_level>
<snapshot_distance>75</snapshot_distance>
</coordination_settings>
<raft_configuration>
<server>
<id>1</id>
<hostname>localhost</hostname>
2021-11-25 11:01:30 +00:00
<port>9234</port>
2021-06-18 11:02:15 +00:00
</server>
</raft_configuration>
</keeper_server>
</clickhouse>