ClickHouse/tests/integration/helpers/keeper_config1.xml

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

51 lines
1.5 KiB
XML
Raw Normal View History

<clickhouse>
2021-05-15 15:01:00 +00:00
<listen_try>true</listen_try>
<listen_host>::</listen_host>
2021-05-14 12:30:49 +00:00
<listen_host>0.0.0.0</listen_host>
<logger>
<level>trace</level>
<log>/var/log/clickhouse-keeper/clickhouse-keeper.log</log>
<errorlog>/var/log/clickhouse-keeper/clickhouse-keeper.err.log</errorlog>
</logger>
2024-02-14 09:51:42 +00:00
<placement>
<use_imds>0</use_imds>
<availability_zone>az-zoo1</availability_zone>
</placement>
2021-05-14 12:30:49 +00:00
<keeper_server>
<tcp_port>2181</tcp_port>
<server_id>1</server_id>
<coordination_settings>
<operation_timeout_ms>10000</operation_timeout_ms>
2022-04-22 13:37:14 +00:00
<session_timeout_ms>15000</session_timeout_ms>
2021-05-16 14:18:21 +00:00
<raft_logs_level>trace</raft_logs_level>
2021-05-14 12:30:49 +00:00
<force_sync>false</force_sync>
<election_timeout_lower_bound_ms>2000</election_timeout_lower_bound_ms>
<election_timeout_upper_bound_ms>4000</election_timeout_upper_bound_ms>
2023-08-09 06:25:47 +00:00
<async_replication>1</async_replication>
2021-05-14 12:30:49 +00:00
</coordination_settings>
<raft_configuration>
<server>
<id>1</id>
<hostname>zoo1</hostname>
<port>9444</port>
</server>
<server>
<id>2</id>
<hostname>zoo2</hostname>
<port>9444</port>
</server>
<server>
<id>3</id>
<hostname>zoo3</hostname>
<port>9444</port>
</server>
</raft_configuration>
</keeper_server>
</clickhouse>