mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
|
<yandex>
|
||
|
<test_keeper_server>
|
||
|
<tcp_port>9181</tcp_port>
|
||
|
<server_id>{id}</server_id>
|
||
|
|
||
|
<coordination_settings>
|
||
|
<operation_timeout_ms>10000</operation_timeout_ms>
|
||
|
<session_timeout_ms>30000</session_timeout_ms>
|
||
|
<force_sync>false</force_sync>
|
||
|
<startup_timeout>60000</startup_timeout>
|
||
|
<raft_logs_level>trace</raft_logs_level>
|
||
|
<quorum_reads>{quorum_reads}</quorum_reads>
|
||
|
</coordination_settings>
|
||
|
|
||
|
<raft_configuration>
|
||
|
<server>
|
||
|
<id>1</id>
|
||
|
<hostname>{srv1}</hostname>
|
||
|
<port>9444</port>
|
||
|
</server>
|
||
|
<server>
|
||
|
<id>2</id>
|
||
|
<hostname>{srv2}</hostname>
|
||
|
<port>9444</port>
|
||
|
</server>
|
||
|
<server>
|
||
|
<id>3</id>
|
||
|
<hostname>{srv3}</hostname>
|
||
|
<port>9444</port>
|
||
|
</server>
|
||
|
</raft_configuration>
|
||
|
</test_keeper_server>
|
||
|
</yandex>
|