clickhouse, периодически стали отваливаться запросы с ошибкой:
2020.03.24 05:47:44.287697 [ 11566 ] {} <Error> HTTPHandler: Code: 49, e.displayText() = DB::Exception: Cannot clone block with columns because block has 0 columns, but 3 columns given.: While executing GroupingAggregatedTransform, Stack trace (when copying this message, always include the lines below):
0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0x102e0d8c in /usr/bin/clickhouse
1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0x8f2d989 in /usr/bin/clickhouse
2. ? @ 0xcc1b2e6 in /usr/bin/clickhouse
3. DB::GroupingAggregatedTransform::work() @ 0xdcc114c in /usr/bin/clickhouse
4. ? @ 0xda143ad in /usr/bin/clickhouse
5. DB::PipelineExecutor::executeSingleThread(unsigned long, unsigned long) @ 0xda1851d in /usr/bin/clickhouse
6. ? @ 0xda18fa2 in /usr/bin/clickhouse
7. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0x8f50b4b in /usr/bin/clickhouse
8. ? @ 0x8f4f00f in /usr/bin/clickhouse
9. start_thread @ 0x7494 in /lib/x86_64-linux-gnu/libpthread-2.24.so
10. clone @ 0xe8acf in /lib/x86_64-linux-gnu/libc-2.24.so
(version 20.3.4.10 (official build))
До обновления, ошибки не было.
Кто-то сталкивался с такой проблемой? Не подскажете, как исправить данную проблему?
set distributed_aggregation_memory_efficient = 0 так а результат запросов вообще правильный? когда нет ошибки? https://github.com/ClickHouse/ClickHouse/issues/9134
Обсуждают сегодня