Doc change. Added description for disable_internal_dns_cache, dns_cache_update_period (#6926)

This commit is contained in:
Denis Zhuravlev 2019-09-12 13:58:19 -03:00 committed by Ivan Blinkov
parent 2c3457dbfe
commit 886efb1794
2 changed files with 28 additions and 0 deletions

View File

@ -774,4 +774,18 @@ If `use_minimalistic_part_header_in_zookeeper = 1`, then [replicated](../table_e
**Default value:** 0.
## disable_internal_dns_cache {#server-settings-disable_internal_dns_cache}
Disables the internal DNS cache. Recommended for operating ClickHouse in systems
with frequently changing infrastructure such as Kubernetes.
**Default value:** 0.
## dns_cache_update_period {#server-settings-dns_cache_update_period}
The period of updating IP addresses stored in the ClickHouse internal DNS cache (in seconds).
The update is performed asynchronously, in a separate system thread.
**Default value**: 15.
[Original article](https://clickhouse.yandex/docs/en/operations/server_settings/settings/) <!--hide-->

View File

@ -742,4 +742,18 @@ ClickHouse использует ZooKeeper для хранения метадан
**Значение по умолчанию**: 0.
## disable_internal_dns_cache {#server-settings-disable_internal_dns_cache}
Отключает внутренний кеш DNS записей. Используется при эксплуатации ClickHouse в системах
с часто меняющейся инфраструктурой, таких как Kubernetes.
**Значение по умолчанию**: 0.
## dns_cache_update_period {#server-settings-dns_cache_update_period}
Период обновления IP адресов у записей во внутреннем DNS кеше ClickHouse (в секундах).
Обновление выполняется асинхронно, отдельным системным потоком.
**Значение по умолчанию**: 15.
[Оригинальная статья](https://clickhouse.yandex/docs/ru/operations/server_settings/settings/) <!--hide-->