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

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

18 lines
414 B
XML
Raw Normal View History

2022-12-28 08:58:21 +00:00
<clickhouse>
<keeper>
<node index="1">
2023-03-23 12:58:39 +00:00
<host>node1</host>
<port>9181</port>
2022-12-28 08:58:21 +00:00
</node>
<node index="2">
2023-03-23 12:58:39 +00:00
<host>node2</host>
<port>9181</port>
2022-12-28 08:58:21 +00:00
</node>
<node index="3">
2023-03-23 12:58:39 +00:00
<host>node3</host>
<port>9181</port>
2022-12-28 08:58:21 +00:00
</node>
<session_timeout_ms>3000</session_timeout_ms>
</keeper>
</clickhouse>