сервер не стартует.
`2022.01.11 13:41:17.892939 [ 186404 ] {} <Error> Application: DB::Exception: If 'engine' is specified for system table, PARTITION BY parameters should be specified directly inside 'engine' and 'partition_by' setting doesn't make sense
2022.01.11 13:41:48.514880 [ 186471 ] {} <Error> Application: Caught exception while loading metadata: Code: 36. DB::Exception: If 'engine' is specified for system table, PARTITION BY parameters should be specified directly inside 'engine' and 'partition_by' setting doesn't make sense. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xa21959a in /usr/bin/clickhouse
1. DB::SystemLogs::SystemLogs(std::__1::shared_ptr<DB::Context const>, Poco::Util::AbstractConfiguration const&) @ 0x133ca5f6 in /usr/bin/clickhouse
2. DB::Context::initializeSystemLogs() @ 0x12ccd74f in /usr/bin/clickhouse
3. DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 0xa29fa11 in /usr/bin/clickhouse
4. Poco::Util::Application::run() @ 0x16f53846 in /usr/bin/clickhouse
5. DB::Server::run() @ 0xa292554 in /usr/bin/clickhouse
6. mainEntryClickHouseServer(int, char**) @ 0xa2906e7 in /usr/bin/clickhouse
7. main @ 0xa213a0a in /usr/bin/clickhouse
8. __libc_start_main @ 0x7f4a6c0fb0b3 in ?
9. _start @ 0xa0a782e in /usr/bin/clickhouse
(version 21.12.3.32 (official build))`
все четко прописано, надо только прочитать If 'engine' is specified for system table, PARTITION BY parameters should be specified directly inside 'engine' and 'partition_by' setting doesn't make sense config.xml кривой правда непонятно для какой конкретно таблицы в базе system query_log part_log system_log как это может выглядеть примеры тут https://clickhouse.com/docs/en/operations/server-configuration-parameters/settings/#server_configuration_parameters-query-log думаю вам надо просто <partition_by> секцию убрать и перенести ее в <engine>
Спасибо, помогло. Странно, что предыдущая версия нормально работала.
ничего странного, в предыдущей версии скорее всего просто не была добавлена такая валидация и был наверняка скрытый баг если PARTITION BY задан в engine и в partition_by теге
Обсуждают сегодня