ClickHouse/tests/integration/test_config_substitutions/configs/000-server_overrides.xml
Azat Khuzhin 5f53a73457 Fix config merging for from_env with replace overrides
Without this patch new test fails with:

    Exception: Failed to preprocess config '/etc/clickhouse-server/config.xml': Exception: Element <max_thread_pool_size> has value and does not have 'replace' attribute, can't process from_env substitution. Stack trace:

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-03 12:24:17 +02:00

4 lines
82 B
XML

<clickhouse>
<max_thread_pool_size>10000</max_thread_pool_size>
</clickhouse>