-
Notifications
You must be signed in to change notification settings - Fork 8.3k
unknown serialization kind on distributed table #34091
Copy link
Copy link
Closed
Labels
comp-distributedDistributed table engine & query routing across shards (sharding/load balancing).Distributed table engine & query routing across shards (sharding/load balancing).unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.
Description
Describe the unexpected behaviour
After upgraded to ClickHouse 22.1.3 revision 54455,when using distributed table to insert data,errors occured in log.
How to reproduce
Version:ClickHouse 22.1.3.7
Expected behavior
After upgraded to ClickHouse 22.1.3 revision 54455,when using distributed table to insert data,errors occured in log.
Cluster's ClickHouse version are the same,22.1.3.7.
Error message and/or stacktrace
2022.01.28 18:39:41.098174 [ 80700 ] {} XXX.YYYY.DirectoryMonitor: Code: 246. DB::Exception: Unknown serialization kind 99: While sending /clickhouse/store/4db/4db5491f-555c-4c9d-8db5-491f555cbc9d/shard7_replica1/1571210.bin. (CORRUPTED_DATA), Stack trace (when copying this message, always include the lines below):
- DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, int, bool) @ 0xa82d07a in /usr/bin/clickhouse
- DB::SerializationInfo::deserializeFromKindsBinary(DB::ReadBuffer&) @ 0x1326c09c in /usr/bin/clickhouse
- DB::NativeReader::read() @ 0x14826428 in /usr/bin/clickhouse
- ? @ 0x14195913 in /usr/bin/clickhouse
- DB::StorageDistributedDirectoryMonitor::processFile(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) @ 0x1419391a in /usr/bin/clickhouse
- DB::StorageDistributedDirectoryMonitor::run() @ 0x1418fa78 in /usr/bin/clickhouse
- DB::BackgroundSchedulePoolTaskInfo::execute() @ 0x12f8470e in /usr/bin/clickhouse
- DB::BackgroundSchedulePool::threadFunction() @ 0x12f870a7 in /usr/bin/clickhouse
- ? @ 0x12f88170 in /usr/bin/clickhouse
- ThreadPoolImplstd::__1::thread::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xa86f4b7 in /usr/bin/clickhouse
- ? @ 0xa872ebd in /usr/bin/clickhouse
- start_thread @ 0x7ea5 in /usr/lib64/libpthread-2.17.so
- __clone @ 0xfeb0d in /usr/lib64/libc-2.17.so
(version 22.1.3.7 (official build))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-distributedDistributed table engine & query routing across shards (sharding/load balancing).Distributed table engine & query routing across shards (sharding/load balancing).unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.