ClickHouse/tests/integration/test_keeper_nodes_move/configs/enable_keeper3.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
1.1 KiB
XML
Raw Normal View History

2021-10-19 12:00:26 +00:00
<clickhouse>
<keeper_server>
<tcp_port>9181</tcp_port>
<server_id>3</server_id>
<log_storage_path>/var/lib/clickhouse/coordination/log</log_storage_path>
<snapshot_storage_path>/var/lib/clickhouse/coordination/snapshots</snapshot_storage_path>
<coordination_settings>
<operation_timeout_ms>5000</operation_timeout_ms>
<session_timeout_ms>10000</session_timeout_ms>
<raft_logs_level>trace</raft_logs_level>
</coordination_settings>
<raft_configuration>
<server>
<id>1</id>
<hostname>node1</hostname>
2021-11-25 11:01:30 +00:00
<port>9234</port>
2021-10-19 12:00:26 +00:00
</server>
<server>
<id>2</id>
<hostname>node2</hostname>
2021-11-25 11:01:30 +00:00
<port>9234</port>
2021-10-19 12:00:26 +00:00
<start_as_follower>true</start_as_follower>
</server>
<server>
<id>3</id>
<hostname>node3</hostname>
2021-11-25 11:01:30 +00:00
<port>9234</port>
2021-10-19 12:00:26 +00:00
<start_as_follower>true</start_as_follower>
</server>
</raft_configuration>
</keeper_server>
</clickhouse>