From 65cf63d570de39f4c3a5df04ef62bbac9ca87615 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 16 Oct 2025 11:54:36 -0400 Subject: [PATCH] clickhouse-admin: enable part log. To help investigate issues like #9234, enable the ClickHouse part log. This will help us understand, for example, whether a part has been merged into a new part, or is missing. --- clickhouse-admin/types/src/config.rs | 5 +++++ clickhouse-admin/types/testutils/replica-server-config.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/clickhouse-admin/types/src/config.rs b/clickhouse-admin/types/src/config.rs index aa50684363..1847a1133b 100644 --- a/clickhouse-admin/types/src/config.rs +++ b/clickhouse-admin/types/src/config.rs @@ -178,6 +178,11 @@ impl ReplicaConfig { false + + system + part_log
+
+ {temp_files_path} {user_files_path} default diff --git a/clickhouse-admin/types/testutils/replica-server-config.xml b/clickhouse-admin/types/testutils/replica-server-config.xml index 5df15ffe39..bb4f246d88 100644 --- a/clickhouse-admin/types/testutils/replica-server-config.xml +++ b/clickhouse-admin/types/testutils/replica-server-config.xml @@ -81,6 +81,11 @@ false + + system + part_log
+
+ ./data/tmp ./data/user_files default