ClickHouse/tests/config/config.d/keeper_port.xml

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

42 lines
1.5 KiB
XML
Raw Normal View History

<clickhouse>
2021-03-29 08:24:56 +00:00
<keeper_server>
2020-11-25 13:19:09 +00:00
<tcp_port>9181</tcp_port>
2021-01-25 12:29:12 +00:00
<server_id>1</server_id>
2021-02-09 14:47:18 +00:00
2023-09-18 11:13:32 +00:00
<create_snapshot_on_exit>1</create_snapshot_on_exit>
2022-08-03 11:43:30 +00:00
2021-02-09 14:47:18 +00:00
<coordination_settings>
<operation_timeout_ms>10000</operation_timeout_ms>
<session_timeout_ms>100000</session_timeout_ms>
<min_session_timeout_ms>10000</min_session_timeout_ms>
2023-03-01 12:47:31 +00:00
<force_sync>false</force_sync>
2021-08-18 08:14:32 +00:00
<startup_timeout>240000</startup_timeout>
<!-- we want all logs for complex problems investigation -->
<reserved_log_items>1000000000000000</reserved_log_items>
2021-11-16 12:03:01 +00:00
<snapshot_distance>100000</snapshot_distance>
2021-10-20 07:56:29 +00:00
<!-- For instant start in single node configuration -->
<heart_beat_interval_ms>0</heart_beat_interval_ms>
<election_timeout_lower_bound_ms>0</election_timeout_lower_bound_ms>
<election_timeout_upper_bound_ms>0</election_timeout_upper_bound_ms>
2023-08-09 06:25:47 +00:00
<async_replication>1</async_replication>
2021-02-09 14:47:18 +00:00
</coordination_settings>
2021-01-25 12:29:12 +00:00
<raft_configuration>
<server>
<id>1</id>
<hostname>localhost</hostname>
2021-11-25 11:01:30 +00:00
<port>9234</port>
2021-01-25 12:29:12 +00:00
</server>
</raft_configuration>
2023-06-13 11:01:44 +00:00
<feature_flags>
2023-09-18 11:13:32 +00:00
<filtered_list>1</filtered_list>
<multi_read>1</multi_read>
2023-06-13 11:01:44 +00:00
<check_not_exists>1</check_not_exists>
2023-09-18 11:13:32 +00:00
<create_if_not_exists>1</create_if_not_exists>
2023-06-13 11:01:44 +00:00
</feature_flags>
2021-03-29 08:24:56 +00:00
</keeper_server>
</clickhouse>