19.3.6, 19.1.10. Запускаю через docker. В логах ничего полезного нет. Или я не туда смотрю?
root@652f42e256bd:/var/log# cat /var/log/clickhouse-server/clickhouse-server.err.log
2019.03.03 22:24:58.807875 [ 1 ] {} <Error> Application: Listen [::]: 0: DNS error: EAI: -9 If it is an IPv6 or IPv4 address and your host has disabled IPv6 or IPv4, then consider to specify not disabled IPv4 or IPv6 address to listen in <listen_host> element of configuration file. Example for disabled IPv6: <listen_host>0.0.0.0</listen_host> . Example for disabled IPv4: <listen_host>::</listen_host>
root@652f42e256bd:/var/log# tail -n 5 /var/log/clickhouse-server/clickhouse-server.log
2019.03.03 22:27:19.014939 [ 30 ] {0ec8aa71-aaaa-44a7-836c-2d45e7f32943} <Debug> MemoryTracker: Peak memory usage (for query): 92.84 MiB.
2019.03.03 22:27:19.015087 [ 30 ] {} <Information> HTTPHandler: Done processing query
2019.03.03 22:27:25.956003 [ 28 ] {} <Trace> SystemLog (system.part_log): Flushing system log
2019.03.03 22:27:25.958148 [ 28 ] {} <Trace> system.part_log (Data): Renaming temporary part tmp_insert_201903_3_3_0 to 201903_3_3_0.
2019.03.03 22:29:45.692389 [ 22 ] {} <Information> TCPHandler: Done processing connection.
Как понять, почему ClickHouse виснет?
docker ps показывает что контейнер жив? может КХ сервер упал или убит OOM-м.
Обсуждают сегодня