Change <yandex> to <clickhouse> in configs

This commit is contained in:
Alexey Milovidov 2021-09-20 01:38:53 +03:00
parent eef114c7e1
commit e513a5db32
770 changed files with 1538 additions and 1538 deletions
docker
programs
tests
clickhouse-client.xmlclient-test.xml
config
integration
helpers
test_MemoryTracking/configs
test_access_control_on_cluster/configs/config.d
test_allowed_client_hosts/configs/users.d
test_allowed_url_from_config/configs
test_alter_codec/configs
test_alter_on_mixed_type_cluster/configs
test_alter_settings_on_cluster/configs/config.d
test_alter_update_cast_keep_nullable/configs
test_async_drain_connection/configs
test_asynchronous_metric_log_table/configs
test_atomic_drop_table/configs
test_backward_compatibility/configs
test_block_structure_mismatch/configs
test_buffer_profile/configs
test_catboost_model_config_reload/config
test_catboost_model_first_evaluate/config
test_catboost_model_reload/config
test_cluster_all_replicas/configs
test_cluster_copier/configs

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. --> <!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host> <listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
@ -9,4 +9,4 @@
<console>1</console> <console>1</console>
</logger> </logger>
--> -->
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<max_execution_time>10</max_execution_time> <max_execution_time>10</max_execution_time>
@ -17,4 +17,4 @@
</constraints> </constraints>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<top_level_domains_lists> <top_level_domains_lists>
<public_suffix_list>public_suffix_list.dat</public_suffix_list> <public_suffix_list>public_suffix_list.dat</public_suffix_list>
</top_level_domains_lists> </top_level_domains_lists>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- Directory with user provided files that are accessible by 'file' table function. --> <!-- Directory with user provided files that are accessible by 'file' table function. -->
<user_files_path>/var/lib/clickhouse/user_files/</user_files_path> <user_files_path>/var/lib/clickhouse/user_files/</user_files_path>
@ -7,4 +7,4 @@
<!-- Path to directory where users created by SQL commands are stored. --> <!-- Path to directory where users created by SQL commands are stored. -->
<access_control_path>access/</access_control_path> <access_control_path>access/</access_control_path>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<http_port remove="remove"/> <http_port remove="remove"/>
<mysql_port remove="remove"/> <mysql_port remove="remove"/>
<postgresql_port remove="remove"/> <postgresql_port remove="remove"/>
@ -27,4 +27,4 @@
<asynchronous_metrics_update_period_s>10</asynchronous_metrics_update_period_s> <asynchronous_metrics_update_period_s>10</asynchronous_metrics_update_period_s>
<remap_executable replace="replace">true</remap_executable> <remap_executable replace="replace">true</remap_executable>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<allow_introspection_functions>1</allow_introspection_functions> <allow_introspection_functions>1</allow_introspection_functions>
@ -28,4 +28,4 @@
<access_management>1</access_management> <access_management>1</access_management>
</default> </default>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<logger> <logger>
<!-- Possible levels [1]: <!-- Possible levels [1]:
@ -78,4 +78,4 @@
</server> </server>
</openSSL> </openSSL>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<logger> <logger>
<level>trace</level> <level>trace</level>
<console>true</console> <console>true</console>
@ -18,4 +18,4 @@
</server> </server>
</raft_configuration> </raft_configuration>
</keeper_server> </keeper_server>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- Sources to read users, roles, access rights, profiles of settings, quotas. --> <!-- Sources to read users, roles, access rights, profiles of settings, quotas. -->
<user_directories replace="replace"> <user_directories replace="replace">
<users_xml> <users_xml>
@ -10,4 +10,4 @@
<path>access/</path> <path>access/</path>
</local_directory> </local_directory>
</user_directories> </user_directories>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<logger> <logger>
<console>true</console> <console>true</console>
<log remove="remove"/> <log remove="remove"/>
<errorlog remove="remove"/> <errorlog remove="remove"/>
</logger> </logger>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<![CDATA[ <![CDATA[
@ -46,4 +46,4 @@
</two_shards_one_local_one_remote_at_port_9001> </two_shards_one_local_one_remote_at_port_9001>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<path replace="replace">./</path> <path replace="replace">./</path>
<tmp_path replace="replace">./tmp/</tmp_path> <tmp_path replace="replace">./tmp/</tmp_path>
<user_files_path replace="replace">./user_files/</user_files_path> <user_files_path replace="replace">./user_files/</user_files_path>
<format_schema_path replace="replace">./format_schemas/</format_schema_path> <format_schema_path replace="replace">./format_schemas/</format_schema_path>
<access_control_path replace="replace">./access/</access_control_path> <access_control_path replace="replace">./access/</access_control_path>
<top_level_domains_path replace="replace">./top_level_domains/</top_level_domains_path> <top_level_domains_path replace="replace">./top_level_domains/</top_level_domains_path>
</yandex> </clickhouse>

View File

@ -5,7 +5,7 @@
You can either move the settings to the right place inside "users.xml" file You can either move the settings to the right place inside "users.xml" file
or add <skip_check_for_incorrect_settings>1</skip_check_for_incorrect_settings> here. or add <skip_check_for_incorrect_settings>1</skip_check_for_incorrect_settings> here.
--> -->
<yandex> <clickhouse>
<logger> <logger>
<!-- Possible levels [1]: <!-- Possible levels [1]:
@ -1226,4 +1226,4 @@
</tables> </tables>
</rocksdb> </rocksdb>
--> -->
</yandex> </clickhouse>

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- Config that is used when server is run without config file. --> <!-- Config that is used when server is run without config file. -->
<yandex> <clickhouse>
<logger> <logger>
<level>trace</level> <level>trace</level>
<console>true</console> <console>true</console>
@ -37,4 +37,4 @@
<quotas> <quotas>
<default /> <default />
</quotas> </quotas>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<allow_introspection_functions>1</allow_introspection_functions> <allow_introspection_functions>1</allow_introspection_functions>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<users> <users>
<default> <default>
<networks replace="replace"> <networks replace="replace">
@ -8,4 +8,4 @@
</networks> </networks>
</default> </default>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<!-- See also the files in users.d directory where the settings can be overridden. --> <!-- See also the files in users.d directory where the settings can be overridden. -->
<!-- Profiles of settings. --> <!-- Profiles of settings. -->
@ -120,4 +120,4 @@
</interval> </interval>
</default> </default>
</quotas> </quotas>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<insert_format_max_block_size>100000</insert_format_max_block_size> <insert_format_max_block_size>100000</insert_format_max_block_size>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<!-- Config for connecting to test server in Arcadia --> <!-- Config for connecting to test server in Arcadia -->
<yandex> <clickhouse>
<tcp_port>59000</tcp_port> <tcp_port>59000</tcp_port>
<tcp_port_secure>59440</tcp_port_secure> <tcp_port_secure>59440</tcp_port_secure>
<openSSL> <openSSL>
@ -14,4 +14,4 @@
</invalidCertificateHandler> </invalidCertificateHandler>
</client> </client>
</openSSL> </openSSL>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<test_cluster_two_shards_different_databases> <test_cluster_two_shards_different_databases>
<shard> <shard>
@ -43,4 +43,4 @@
</shard> </shard>
</test_cluster_two_replicas_different_databases> </test_cluster_two_replicas_different_databases>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- Comma-separated list of prefixes for user-defined settings. --> <!-- Comma-separated list of prefixes for user-defined settings. -->
<custom_settings_prefixes>custom_</custom_settings_prefixes> <custom_settings_prefixes>custom_</custom_settings_prefixes>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<database_atomic_delay_before_drop_table_sec>60</database_atomic_delay_before_drop_table_sec> <database_atomic_delay_before_drop_table_sec>60</database_atomic_delay_before_drop_table_sec>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<zookeeper> <zookeeper>
<node index="1"> <node index="1">
<host>localhost</host> <host>localhost</host>
@ -79,4 +79,4 @@
</remote_servers> </remote_servers>
<_functional_tests_helper_database_replicated_replace_args_macros>1</_functional_tests_helper_database_replicated_replace_args_macros> <_functional_tests_helper_database_replicated_replace_args_macros>1</_functional_tests_helper_database_replicated_replace_args_macros>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<storage_configuration> <storage_configuration>
<disks> <disks>
<disk_memory> <disk_memory>
@ -6,4 +6,4 @@
</disk_memory> </disk_memory>
</disks> </disks>
</storage_configuration> </storage_configuration>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<encryption_codecs> <encryption_codecs>
<aes_128_gcm_siv> <aes_128_gcm_siv>
<key_hex>a32902703dab1cedd7ff7287067787ca</key_hex> <key_hex>a32902703dab1cedd7ff7287067787ca</key_hex>
@ -7,4 +7,4 @@
<key_hex>a32902703dab1cedd7ff7287067787caa32902703dab1cedd7ff7287067787ca</key_hex> <key_hex>a32902703dab1cedd7ff7287067787caa32902703dab1cedd7ff7287067787ca</key_hex>
</aes_256_gcm_siv> </aes_256_gcm_siv>
</encryption_codecs> </encryption_codecs>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<graphite_rollup> <graphite_rollup>
<version_column_name>Version</version_column_name> <version_column_name>Version</version_column_name>
<pattern> <pattern>
@ -25,4 +25,4 @@
</retention> </retention>
</default> </default>
</graphite_rollup> </graphite_rollup>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<keeper_server> <keeper_server>
<tcp_port>9181</tcp_port> <tcp_port>9181</tcp_port>
<server_id>1</server_id> <server_id>1</server_id>
@ -21,4 +21,4 @@
</server> </server>
</raft_configuration> </raft_configuration>
</keeper_server> </keeper_server>
</yandex> </clickhouse>

View File

@ -1 +1 @@
<yandex><listen_host>::</listen_host></yandex> <clickhouse><listen_host>::</listen_host></clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<logger> <logger>
<level>test</level> <level>test</level>
</logger> </logger>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<logger> <logger>
<!-- Disable rotation <!-- Disable rotation
https://pocoproject.org/docs/Poco.FileChannel.html https://pocoproject.org/docs/Poco.FileChannel.html
--> -->
<size>never</size> <size>never</size>
</logger> </logger>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<macros> <macros>
<test>Hello, world!</test> <test>Hello, world!</test>
<default_cluster_macro>test_shard_localhost</default_cluster_macro> <default_cluster_macro>test_shard_localhost</default_cluster_macro>
@ -7,4 +7,4 @@
<default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test> <default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test>
<default_name_test>table_{table}</default_name_test> <default_name_test>table_{table}</default_name_test>
</macros> </macros>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<!-- Ignore limit of concurrent queries in tests --> <!-- Ignore limit of concurrent queries in tests -->
<yandex> <clickhouse>
<max_concurrent_queries>0</max_concurrent_queries> <max_concurrent_queries>0</max_concurrent_queries>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<merge_tree> <merge_tree>
<number_of_free_entries_in_pool_to_execute_mutation>8</number_of_free_entries_in_pool_to_execute_mutation> <number_of_free_entries_in_pool_to_execute_mutation>8</number_of_free_entries_in_pool_to_execute_mutation>
</merge_tree> </merge_tree>
</yandex> </clickhouse>

View File

@ -1,6 +1,6 @@
<yandex> <clickhouse>
<merge_tree> <merge_tree>
<!-- 10 seconds (default is 1 minute) --> <!-- 10 seconds (default is 1 minute) -->
<zookeeper_session_expiration_check_period>10</zookeeper_session_expiration_check_period> <zookeeper_session_expiration_check_period>10</zookeeper_session_expiration_check_period>
</merge_tree> </merge_tree>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<metric_log> <metric_log>
<database>system</database> <database>system</database>
<table>metric_log</table> <table>metric_log</table>
<flush_interval_milliseconds>7500</flush_interval_milliseconds> <flush_interval_milliseconds>7500</flush_interval_milliseconds>
<collect_interval_milliseconds>1000</collect_interval_milliseconds> <collect_interval_milliseconds>1000</collect_interval_milliseconds>
</metric_log> </metric_log>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<part_log> <part_log>
<database>system</database> <database>system</database>
<table>part_log</table> <table>part_log</table>
<flush_interval_milliseconds>7500</flush_interval_milliseconds> <flush_interval_milliseconds>7500</flush_interval_milliseconds>
</part_log> </part_log>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<merge_tree> <merge_tree>
<min_bytes_for_wide_part>0</min_bytes_for_wide_part> <min_bytes_for_wide_part>0</min_bytes_for_wide_part>
</merge_tree> </merge_tree>
</yandex> </clickhouse>

View File

@ -1,10 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- Config for test server --> <!-- Config for test server -->
<yandex> <clickhouse>
<query_masking_rules> <query_masking_rules>
<rule> <rule>
<regexp>TOPSECRET.TOPSECRET</regexp> <regexp>TOPSECRET.TOPSECRET</regexp>
<replace>[hidden]</replace> <replace>[hidden]</replace>
</rule> </rule>
</query_masking_rules> </query_masking_rules>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<https_port>8443</https_port> <https_port>8443</https_port>
<tcp_port_secure>9440</tcp_port_secure> <tcp_port_secure>9440</tcp_port_secure>
@ -10,4 +10,4 @@
</client> </client>
</openSSL> </openSSL>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<tcp_with_proxy_port>9010</tcp_with_proxy_port> <tcp_with_proxy_port>9010</tcp_with_proxy_port>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<test_cluster_with_incorrect_pw> <test_cluster_with_incorrect_pw>
<shard> <shard>
@ -18,4 +18,4 @@
</shard> </shard>
</test_cluster_with_incorrect_pw> </test_cluster_with_incorrect_pw>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<text_log> <text_log>
<database>system</database> <database>system</database>
<table>text_log</table> <table>text_log</table>
<flush_interval_milliseconds>7500</flush_interval_milliseconds> <flush_interval_milliseconds>7500</flush_interval_milliseconds>
</text_log> </text_log>
</yandex> </clickhouse>

View File

@ -1,6 +1,6 @@
<yandex> <clickhouse>
<top_level_domains_lists> <top_level_domains_lists>
<public_suffix_list>public_suffix_list.dat</public_suffix_list> <public_suffix_list>public_suffix_list.dat</public_suffix_list>
<no_new_line_list>no_new_line_list.dat</no_new_line_list> <no_new_line_list>no_new_line_list.dat</no_new_line_list>
</top_level_domains_lists> </top_level_domains_lists>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<top_level_domains_path replace="replace">/etc/clickhouse-server/top_level_domains/</top_level_domains_path> <top_level_domains_path replace="replace">/etc/clickhouse-server/top_level_domains/</top_level_domains_path>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<zookeeper> <zookeeper>
<node index="1"> <node index="1">
<host>localhost</host> <host>localhost</host>
<port>9181</port> <port>9181</port>
</node> </node>
</zookeeper> </zookeeper>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<zookeeper_log> <zookeeper_log>
<database>system</database> <database>system</database>
<table>zookeeper_log</table> <table>zookeeper_log</table>
<flush_interval_milliseconds>7500</flush_interval_milliseconds> <flush_interval_milliseconds>7500</flush_interval_milliseconds>
</zookeeper_log> </zookeeper_log>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<users> <users>
<default> <default>
<access_management>1</access_management> <access_management>1</access_management>
</default> </default>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<database_atomic_wait_for_drop_and_detach_synchronously>1</database_atomic_wait_for_drop_and_detach_synchronously> <database_atomic_wait_for_drop_and_detach_synchronously>1</database_atomic_wait_for_drop_and_detach_synchronously>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<default_database_engine>Ordinary</default_database_engine> <default_database_engine>Ordinary</default_database_engine>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<allow_experimental_database_replicated>1</allow_experimental_database_replicated> <allow_experimental_database_replicated>1</allow_experimental_database_replicated>
@ -9,4 +9,4 @@
<distributed_ddl_entry_format_version>2</distributed_ddl_entry_format_version> <distributed_ddl_entry_format_version>2</distributed_ddl_entry_format_version>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<log_queries>1</log_queries> <log_queries>1</log_queries>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<opentelemetry_start_trace_probability>0.1</opentelemetry_start_trace_probability> <opentelemetry_start_trace_probability>0.1</opentelemetry_start_trace_probability>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<profiles> <profiles>
<!-- Profile that allows only read queries. --> <!-- Profile that allows only read queries. -->
<readonly> <readonly>
@ -18,4 +18,4 @@
<quota>default</quota> <quota>default</quota>
</readonly> </readonly>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<!-- Avoid "Connection failed at try №1" messages. --> <!-- Avoid "Connection failed at try №1" messages. -->
@ -10,4 +10,4 @@
SYSTEM RELOAD CONFIG can be executed before each test --> SYSTEM RELOAD CONFIG can be executed before each test -->
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- User and profile to be used in sesson_log tests, to make sure that list of user's profiles is logged correctly --> <!-- User and profile to be used in sesson_log tests, to make sure that list of user's profiles is logged correctly -->
<yandex> <clickhouse>
<profiles> <profiles>
<session_log_test_xml_profile> <session_log_test_xml_profile>
<!-- <!--
@ -27,4 +27,4 @@
<quota>default</quota> <quota>default</quota>
</session_log_test_xml_user> </session_log_test_xml_user>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<!-- Default HTTP timeout is 30 minutes. Set it to 1 minute. --> <!-- Default HTTP timeout is 30 minutes. Set it to 1 minute. -->
@ -10,4 +10,4 @@
<replication_wait_for_inactive_replica_timeout>30</replication_wait_for_inactive_replica_timeout> <replication_wait_for_inactive_replica_timeout>30</replication_wait_for_inactive_replica_timeout>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<dictionaries_config>/etc/clickhouse-server/dictionaries/*.xml</dictionaries_config> <dictionaries_config>/etc/clickhouse-server/dictionaries/*.xml</dictionaries_config>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<timezone>Europe/Moscow</timezone> <timezone>Europe/Moscow</timezone>
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
<custom_settings_prefixes>custom_</custom_settings_prefixes> <custom_settings_prefixes>custom_</custom_settings_prefixes>
@ -17,4 +17,4 @@
<stderr>/var/log/clickhouse-server/stderr.log</stderr> <stderr>/var/log/clickhouse-server/stderr.log</stderr>
<stdout>/var/log/clickhouse-server/stdout.log</stdout> <stdout>/var/log/clickhouse-server/stdout.log</stdout>
</logger> </logger>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<users> <users>
<default> <default>
<access_management>1</access_management> <access_management>1</access_management>
</default> </default>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<listen_try>true</listen_try> <listen_try>true</listen_try>
<listen_host>::</listen_host> <listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
@ -38,4 +38,4 @@
</server> </server>
</raft_configuration> </raft_configuration>
</keeper_server> </keeper_server>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<listen_try>true</listen_try> <listen_try>true</listen_try>
<listen_host>::</listen_host> <listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
@ -38,4 +38,4 @@
</server> </server>
</raft_configuration> </raft_configuration>
</keeper_server> </keeper_server>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<listen_try>true</listen_try> <listen_try>true</listen_try>
<listen_host>::</listen_host> <listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
@ -38,4 +38,4 @@
</server> </server>
</raft_configuration> </raft_configuration>
</keeper_server> </keeper_server>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<zookeeper> <zookeeper>
<node index="1"> <node index="1">
<host>zoo1</host> <host>zoo1</host>
@ -14,4 +14,4 @@
</node> </node>
<session_timeout_ms>3000</session_timeout_ms> <session_timeout_ms>3000</session_timeout_ms>
</zookeeper> </zookeeper>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<zookeeper> <zookeeper>
<node index="1"> <node index="1">
<host>zoo1</host> <host>zoo1</host>
@ -14,4 +14,4 @@
</node> </node>
<session_timeout_ms>3000</session_timeout_ms> <session_timeout_ms>3000</session_timeout_ms>
</zookeeper> </zookeeper>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- this update period also syncs MemoryTracking with RSS, disable this, by using period = 1 day --> <!-- this update period also syncs MemoryTracking with RSS, disable this, by using period = 1 day -->
<asynchronous_metrics_update_period_s>86400</asynchronous_metrics_update_period_s> <asynchronous_metrics_update_period_s>86400</asynchronous_metrics_update_period_s>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<query_masking_rules remove="remove"/> <query_masking_rules remove="remove"/>
<query_thread_log remove="remove"/> <query_thread_log remove="remove"/>
@ -14,4 +14,4 @@
<opentelemetry_span_log remove="remove" /> <opentelemetry_span_log remove="remove" />
<!-- just in case it will be enabled by default --> <!-- just in case it will be enabled by default -->
<zookeeper_log remove="remove" /> <zookeeper_log remove="remove" />
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<query_profiler_real_time_period_ns>0</query_profiler_real_time_period_ns> <query_profiler_real_time_period_ns>0</query_profiler_real_time_period_ns>
<query_profiler_cpu_time_period_ns>0</query_profiler_cpu_time_period_ns> <query_profiler_cpu_time_period_ns>0</query_profiler_cpu_time_period_ns>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<cluster> <cluster>
<shard> <shard>
@ -19,4 +19,4 @@
</shard> </shard>
</cluster> </cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<users> <users>
<default> <default>
<!-- List of networks with open access. <!-- List of networks with open access.
@ -32,4 +32,4 @@
</networks> </networks>
</default> </default>
</users> </users>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
<host>hdfs1:50070</host> <host>hdfs1:50070</host>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
<host>localhost:9000</host> <host>localhost:9000</host>
<host>localhost:9440</host> <host>localhost:9440</host>
@ -7,4 +7,4 @@
<host>example01-02-1</host> <host>example01-02-1</host>
<host>example01-02-2</host> <host>example01-02-2</host>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
<host>host:80</host> <host>host:80</host>
<host_regexp>^[a-z]*\.ru$</host_regexp> <host_regexp>^[a-z]*\.ru$</host_regexp>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
<host>host:80</host> <host>host:80</host>
<host>host:123</host> <host>host:123</host>
<host>yandex.ru</host> <host>yandex.ru</host>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,7 +1,7 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
<host_regexp>^[a-z]*:80$</host_regexp> <host_regexp>^[a-z]*:80$</host_regexp>
<host_regexp>^[a-z]*\.ru$</host_regexp> <host_regexp>^[a-z]*\.ru$</host_regexp>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<remote_url_allow_hosts> <remote_url_allow_hosts>
</remote_url_allow_hosts> </remote_url_allow_hosts>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<test_cluster> <test_cluster>
<shard> <shard>
@ -13,4 +13,4 @@
</shard> </shard>
</test_cluster> </test_cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<shutdown_wait_unfinished>3</shutdown_wait_unfinished> <shutdown_wait_unfinished>3</shutdown_wait_unfinished>
<logger> <logger>
<level>trace</level> <level>trace</level>
@ -14,4 +14,4 @@
<table>part_log</table> <table>part_log</table>
<flush_interval_milliseconds>500</flush_interval_milliseconds> <flush_interval_milliseconds>500</flush_interval_milliseconds>
</part_log> </part_log>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<test_cluster_mixed> <test_cluster_mixed>
<shard> <shard>
@ -25,4 +25,4 @@
</shard> </shard>
</test_cluster_mixed> </test_cluster_mixed>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<cluster> <cluster>
<shard> <shard>
@ -14,4 +14,4 @@
</shard> </shard>
</cluster> </cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<distributed_ddl> <distributed_ddl>
<path>/clickhouse/task_queue/ddl</path> <path>/clickhouse/task_queue/ddl</path>
</distributed_ddl> </distributed_ddl>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<profiles> <profiles>
<default> <default>
<cast_keep_nullable>1</cast_keep_nullable> <cast_keep_nullable>1</cast_keep_nullable>
</default> </default>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<max_concurrent_queries>10000</max_concurrent_queries> <max_concurrent_queries>10000</max_concurrent_queries>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<asynchronous_metrics_update_period_s>1</asynchronous_metrics_update_period_s> <asynchronous_metrics_update_period_s>1</asynchronous_metrics_update_period_s>
</yandex> </clickhouse>

View File

@ -1,6 +1,6 @@
<yandex> <clickhouse>
<zookeeper> <zookeeper>
<!-- Required for correct timing in current test case --> <!-- Required for correct timing in current test case -->
<session_timeout_ms replace="1">3000</session_timeout_ms> <session_timeout_ms replace="1">3000</session_timeout_ms>
</zookeeper> </zookeeper>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<test_cluster> <test_cluster>
<shard> <shard>
@ -11,4 +11,4 @@
</shard> </shard>
</test_cluster> </test_cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<merge_tree> <merge_tree>
<min_bytes_for_wide_part>0</min_bytes_for_wide_part> <min_bytes_for_wide_part>0</min_bytes_for_wide_part>
</merge_tree> </merge_tree>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<testcluster> <testcluster>
<shard> <shard>
@ -15,4 +15,4 @@
</shard> </shard>
</testcluster> </testcluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<buffer_profile>buffer_profile</buffer_profile> <buffer_profile>buffer_profile</buffer_profile>
</yandex> </clickhouse>

View File

@ -1,8 +1,8 @@
<yandex> <clickhouse>
<profiles> <profiles>
<buffer_profile> <buffer_profile>
<max_partitions_per_insert_block>1</max_partitions_per_insert_block> <max_partitions_per_insert_block>1</max_partitions_per_insert_block>
</buffer_profile> </buffer_profile>
</profiles> </profiles>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path> <catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
</yandex> </clickhouse>

View File

@ -1,2 +1,2 @@
<yandex> <clickhouse>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path> <catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
<models_config>/etc/clickhouse-server/model/model_config.xml</models_config> <models_config>/etc/clickhouse-server/model/model_config.xml</models_config>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path> <catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
</yandex> </clickhouse>

View File

@ -1,3 +1,3 @@
<yandex> <clickhouse>
<models_config>/etc/clickhouse-server/model/model_config.xml</models_config> <models_config>/etc/clickhouse-server/model/model_config.xml</models_config>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<two_shards> <two_shards>
<shard> <shard>
@ -13,4 +13,4 @@
</shard> </shard>
</two_shards> </two_shards>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<cluster0> <cluster0>
<shard> <shard>
@ -71,4 +71,4 @@
</shard> </shard>
</destination_trivial_cluster> </destination_trivial_cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<yandex> <clickhouse>
<remote_servers> <remote_servers>
<source_trivial_cluster> <source_trivial_cluster>
<shard> <shard>
@ -18,4 +18,4 @@
</shard> </shard>
</destination_trivial_cluster> </destination_trivial_cluster>
</remote_servers> </remote_servers>
</yandex> </clickhouse>

View File

@ -1,5 +1,5 @@
<yandex> <clickhouse>
<distributed_ddl> <distributed_ddl>
<path>/clickhouse/task_queue/ddl</path> <path>/clickhouse/task_queue/ddl</path>
</distributed_ddl> </distributed_ddl>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<!-- Query log. Used only for queries with setting log_queries = 1. --> <!-- Query log. Used only for queries with setting log_queries = 1. -->
<query_log> <query_log>
<!-- What table to insert data. If table is not exist, it will be created. <!-- What table to insert data. If table is not exist, it will be created.
@ -11,4 +11,4 @@
<!-- Interval of flushing data. --> <!-- Interval of flushing data. -->
<flush_interval_milliseconds>1000</flush_interval_milliseconds> <flush_interval_milliseconds>1000</flush_interval_milliseconds>
</query_log> </query_log>
</yandex> </clickhouse>

View File

@ -1,4 +1,4 @@
<yandex> <clickhouse>
<logger> <logger>
<level>information</level> <level>information</level>
<log>/var/log/clickhouse-server/copier/log.log</log> <log>/var/log/clickhouse-server/copier/log.log</log>
@ -8,4 +8,4 @@
<stderr>/var/log/clickhouse-server/copier/stderr.log</stderr> <stderr>/var/log/clickhouse-server/copier/stderr.log</stderr>
<stdout>/var/log/clickhouse-server/copier/stdout.log</stdout> <stdout>/var/log/clickhouse-server/copier/stdout.log</stdout>
</logger> </logger>
</yandex> </clickhouse>

Some files were not shown because too many files have changed in this diff Show More