ClickHouse / ClickHouse/ClickHouse
All Kafka table engine is not initialized
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
### Company or project name
_No response_
### Question
could someone help me
I keep getting this error message, no data consumed by clickhouse . only 2 out of 270 assigned partition.
another consumer on the same kafka cluster are working fine
(version 23.5.5.92 (official build))
2025.06.09 18:56:10.714631 [ 234 ] {} void DB::StorageKafka::threadFunc(size_t): Code: 667. DB::Exception: Table is not initialized yet. (NOT_INITIALIZED), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000e491175 in /usr/bin/clickhouse
1. ? @ 0x0000000008e6afb8 in /usr/bin/clickhouse
2. DB::StorageReplicatedMergeTree::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000001468d410 in /usr/bin/clickhouse
3. DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000015276414 in /usr/bin/clickhouse
4. DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x0000000013d7543f in /usr/bin/clickhouse
5. DB::InterpreterInsertQuery::buildChain(std::shared_ptr
Contributor guide
Assessment
This issue has not been assessed yet.