Skip to content

unknown serialization kind on distributed table #34091

@Tiaonmmn

Description

@Tiaonmmn

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):

  1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, int, bool) @ 0xa82d07a in /usr/bin/clickhouse
  2. DB::SerializationInfo::deserializeFromKindsBinary(DB::ReadBuffer&) @ 0x1326c09c in /usr/bin/clickhouse
  3. DB::NativeReader::read() @ 0x14826428 in /usr/bin/clickhouse
  4. ? @ 0x14195913 in /usr/bin/clickhouse
  5. DB::StorageDistributedDirectoryMonitor::processFile(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) @ 0x1419391a in /usr/bin/clickhouse
  6. DB::StorageDistributedDirectoryMonitor::run() @ 0x1418fa78 in /usr/bin/clickhouse
  7. DB::BackgroundSchedulePoolTaskInfo::execute() @ 0x12f8470e in /usr/bin/clickhouse
  8. DB::BackgroundSchedulePool::threadFunction() @ 0x12f870a7 in /usr/bin/clickhouse
  9. ? @ 0x12f88170 in /usr/bin/clickhouse
  10. ThreadPoolImplstd::__1::thread::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xa86f4b7 in /usr/bin/clickhouse
  11. ? @ 0xa872ebd in /usr/bin/clickhouse
  12. start_thread @ 0x7ea5 in /usr/lib64/libpthread-2.17.so
  13. __clone @ 0xfeb0d in /usr/lib64/libc-2.17.so
    (version 22.1.3.7 (official build))

Metadata

Metadata

Assignees

Labels

comp-distributedDistributed table engine & query routing across shards (sharding/load balancing).unexpected behaviourResult is unexpected, but not entirely wrong at the same time.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions