Max level shown:
1 2026.08.17 23:52:47.705105 [ 433554 ] {} <Information> SentryWriter: Sending crash reports is disabled
2 2026.08.17 23:52:47.705139 [ 433554 ] {} <Trace> Pipe: Pipe capacity is 1.00 MiB
3 2026.08.17 23:52:47.739354 [ 433554 ] {} <Information> : Starting ClickHouse Keeper 23.8.7.24(revision : 54477, git hash: 812b95e14ba8cf744bf1d70e6de607cf130a79fa, build id: 6484B75ECB16F4FF87A88E10249A45E1BDBDE2E5), PID 433554
4 2026.08.17 23:52:47.741539 [ 433554 ] {} <Information> Application: starting up
5 2026.08.17 23:52:47.741547 [ 433554 ] {} <Information> Application: OS Name = Linux, OS Version = 5.15.0-1015-aws, OS Architecture = x86_64
6 2026.08.17 23:52:47.745770 [ 433554 ] {} <Debug> Application: Initializing DateLUT.
7 2026.08.17 23:52:47.745775 [ 433554 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
8 2026.08.17 23:52:47.746041 [ 433554 ] {} <Trace> AsynchronousMetrics: Scanning /sys/class/thermal
9 2026.08.17 23:52:47.746048 [ 433554 ] {} <Trace> AsynchronousMetrics: Scanning /sys/block
10 2026.08.17 23:52:47.746072 [ 433554 ] {} <Trace> AsynchronousMetrics: Scanning /sys/devices/system/edac
11 2026.08.17 23:52:47.746079 [ 433554 ] {} <Trace> AsynchronousMetrics: Scanning /sys/class/hwmon
12 2026.08.17 23:52:47.746172 [ 433554 ] {} <Information> Context: Cannot connect to ZooKeeper (or Keeper) before internal Keeper start, will wait for Keeper synchronously
13 2026.08.17 23:52:47.746177 [ 433554 ] {} <Debug> KeeperDispatcher: Initializing storage dispatcher
14 2026.08.17 23:52:47.746317 [ 433554 ] {} <Information> KeeperContext: Keeper feature flag FILTERED_LIST: enabled
15 2026.08.17 23:52:47.746320 [ 433554 ] {} <Information> KeeperContext: Keeper feature flag MULTI_READ: enabled
16 2026.08.17 23:52:47.746322 [ 433554 ] {} <Information> KeeperContext: Keeper feature flag CHECK_NOT_EXISTS: disabled
17 2026.08.17 23:52:47.746399 [ 433554 ] {} <Trace> KeeperSnapshotManager: Reading from disk LocalSnapshotDisk
18 2026.08.17 23:52:47.746459 [ 433554 ] {} <Trace> KeeperLogStore: Reading from disk LocalLogDisk
19 2026.08.17 23:52:47.746467 [ 433554 ] {} <Warning> KeeperLogStore: No logs exists in /var/tmp/omicron_tmp/integration_test-642120957f655e64-test_cluster.433551.1-oximeter-clickward-test/keeper-3/coordination/log. It's Ok if it's the first run of clickhouse-keeper.
20 2026.08.17 23:52:47.746535 [ 433554 ] {} <Information> KeeperLogStore: force_sync enabled
21 2026.08.17 23:52:47.746537 [ 433554 ] {} <Debug> KeeperDispatcher: Waiting server to initialize
22 2026.08.17 23:52:47.746544 [ 433554 ] {} <Debug> KeeperStateMachine: Totally have 0 snapshots
23 2026.08.17 23:52:47.746549 [ 433554 ] {} <Debug> KeeperStateMachine: No existing snapshots, last committed log index 0
24 2026.08.17 23:52:47.746585 [ 433554 ] {} <Warning> KeeperLogStore: Removing all changelogs
25 2026.08.17 23:52:47.746593 [ 433554 ] {} <Trace> Changelog: Starting new changelog changelog_1_100000.bin.zstd
26 2026.08.17 23:52:47.746617 [ 433554 ] {} <Information> KeeperServer: Preprocessing 0 log entries
27 2026.08.17 23:52:47.746618 [ 433554 ] {} <Information> KeeperServer: Preprocessing done
28 2026.08.17 23:52:47.746622 [ 433554 ] {} <Information> KeeperServer: No config in log store and snapshot, probably it's initial run. Will use config from .xml on disk
29 2026.08.17 23:52:47.748066 [ 433554 ] {} <Error> RaftInstance: got exception: bind: Address already in use [system:98] on port 19103
30 2026.08.17 23:52:47.755955 [ 433554 ] {} <Error> void DB::KeeperDispatcher::initialize(const Poco::Util::AbstractConfiguration &, bool, bool, const MultiVersion<Macros>::Version &): Code: 568. DB::Exception: Cannot create interserver listener on port 19103. (RAFT_ERROR), Stack trace (when copying this message, always include the lines below):
31 
32 0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000c6487f7 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
33 1. DB::Exception::Exception<int>(int, FormatStringHelperImpl<std::type_identity<int>::type>, int&&) @ 0x000000000cf22a5c in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
34 2. DB::KeeperServer::launchRaftServer(Poco::Util::AbstractConfiguration const&, bool) @ 0x00000000136faf3d in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
35 3. DB::KeeperServer::startup(Poco::Util::AbstractConfiguration const&, bool) @ 0x00000000136fe39e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
36 4. DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::shared_ptr<DB::Macros const> const&) @ 0x00000000136df8d8 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
37 5. DB::Context::initializeKeeperDispatcher(bool) const @ 0x000000001166ff82 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
38 6. DB::Keeper::main(std::vector<String, std::allocator<String>> const&) @ 0x000000000c8a65da in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
39 7. Poco::Util::Application::run() @ 0x0000000015b6da26 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
40 8. DB::Keeper::run() @ 0x000000000c8a375e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
41 9. Poco::Util::ServerApplication::run(int, char**) @ 0x0000000015b7cb39 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
42 10. mainEntryClickHouseKeeper(int, char**) @ 0x000000000c8a2918 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
43 11. main @ 0x000000000715572f in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
44 12. ? @ 0x00007f3de5b53d90 in ?
45 13. ? @ 0x00007f3de5b53e40 in ?
46 14. _start @ 0x000000000634fa2e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
47 (version 23.8.7.24 (official build))
48 2026.08.17 23:52:47.756002 [ 433554 ] {} <Trace> Context: Shutting down named sessions
49 2026.08.17 23:52:47.756006 [ 433554 ] {} <Trace> Context: Shutting down database catalog
50 2026.08.17 23:52:47.756008 [ 433554 ] {} <Trace> DatabaseCatalog: Shutting down system databases
51 2026.08.17 23:52:47.756011 [ 433554 ] {} <Trace> Context: Shutting down DDLWorker
52 2026.08.17 23:52:47.756013 [ 433554 ] {} <Trace> Context: Shutting down caches
53 2026.08.17 23:52:47.756042 [ 433554 ] {} <Debug> KeeperDispatcher: Shutting down storage dispatcher
54 2026.08.17 23:52:47.756095 [ 433554 ] {} <Information> KeeperServer: RAFT doesn't start, shutdown not required
55 2026.08.17 23:52:47.758791 [ 433591 ] {} <Warning> KeeperLogStore: Raft server is not set in LogStore.
56 2026.08.17 23:52:47.758817 [ 433554 ] {} <Debug> KeeperSnapshotManagerS3: Shutting down KeeperSnapshotManagerS3
57 2026.08.17 23:52:47.758827 [ 433554 ] {} <Information> KeeperSnapshotManagerS3: KeeperSnapshotManagerS3 shut down
58 2026.08.17 23:52:47.758829 [ 433554 ] {} <Debug> KeeperDispatcher: Dispatcher shut down
59 2026.08.17 23:52:47.758900 [ 433594 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 15
60 2026.08.17 23:52:47.758961 [ 433597 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 13
61 2026.08.17 23:52:47.758972 [ 433607 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 9
62 2026.08.17 23:52:47.758971 [ 433599 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 6
63 2026.08.17 23:52:47.758983 [ 433598 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 4
64 2026.08.17 23:52:47.758986 [ 433605 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 5
65 2026.08.17 23:52:47.759036 [ 433608 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 7
66 2026.08.17 23:52:47.759063 [ 433609 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 2
67 2026.08.17 23:52:47.759088 [ 433596 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 0
68 2026.08.17 23:52:47.759117 [ 433604 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 10
69 2026.08.17 23:52:47.759136 [ 433600 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 8
70 2026.08.17 23:52:47.759136 [ 433595 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 14
71 2026.08.17 23:52:47.759144 [ 433602 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 3
72 2026.08.17 23:52:47.759150 [ 433601 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 11
73 2026.08.17 23:52:47.759160 [ 433603 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 12
74 2026.08.17 23:52:47.759180 [ 433606 ] {} <Information> RaftInstance: end of asio worker thread, remaining threads: 1
75 2026.08.17 23:52:47.759263 [ 433554 ] {} <Warning> KeeperLogStore: Changelog is shut down
76 2026.08.17 23:52:47.759366 [ 433554 ] {} <Error> Application: Code: 568. DB::Exception: Cannot create interserver listener on port 19103. (RAFT_ERROR), Stack trace (when copying this message, always include the lines below):
77 
78 0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000c6487f7 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
79 1. DB::Exception::Exception<int>(int, FormatStringHelperImpl<std::type_identity<int>::type>, int&&) @ 0x000000000cf22a5c in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
80 2. DB::KeeperServer::launchRaftServer(Poco::Util::AbstractConfiguration const&, bool) @ 0x00000000136faf3d in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
81 3. DB::KeeperServer::startup(Poco::Util::AbstractConfiguration const&, bool) @ 0x00000000136fe39e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
82 4. DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::shared_ptr<DB::Macros const> const&) @ 0x00000000136df8d8 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
83 5. DB::Context::initializeKeeperDispatcher(bool) const @ 0x000000001166ff82 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
84 6. DB::Keeper::main(std::vector<String, std::allocator<String>> const&) @ 0x000000000c8a65da in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
85 7. Poco::Util::Application::run() @ 0x0000000015b6da26 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
86 8. DB::Keeper::run() @ 0x000000000c8a375e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
87 9. Poco::Util::ServerApplication::run(int, char**) @ 0x0000000015b7cb39 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
88 10. mainEntryClickHouseKeeper(int, char**) @ 0x000000000c8a2918 in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
89 11. main @ 0x000000000715572f in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
90 12. ? @ 0x00007f3de5b53d90 in ?
91 13. ? @ 0x00007f3de5b53e40 in ?
92 14. _start @ 0x000000000634fa2e in /work/oxidecomputer/omicron/out/clickhouse/clickhouse
93 (version 23.8.7.24 (official build))
94 2026.08.17 23:52:47.759386 [ 433554 ] {} <Error> Application: DB::Exception: Cannot create interserver listener on port 19103
95 2026.08.17 23:52:47.759389 [ 433554 ] {} <Information> Application: shutting down
96 2026.08.17 23:52:47.759391 [ 433554 ] {} <Debug> Application: Uninitializing subsystem: Logging Subsystem
97 2026.08.17 23:52:47.759412 [ 433562 ] {} <Trace> BaseDaemon: Received signal -2
98 2026.08.17 23:52:47.759421 [ 433562 ] {} <Information> BaseDaemon: Stop SignalListener thread