Skip to content

Commit 5db6821

Browse files
committed
Remove default value from description
Resolves #1693
1 parent f83051e commit 5db6821

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

doc/book/replication/repl_monitoring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ The primary indicators of replication health are:
5555
* :ref:`idle <box_info_replication_upstream_idle>`, the time (in seconds) since
5656
the instance received the last event from a master.
5757

58-
A master sends heartbeat messages to a replica every second, and the master
58+
If the master has no updates to send to the replicas, it sends heartbeat messages
59+
every :ref:`replication_timeout <cfg_replication-replication_timeout>` seconds. The master
5960
is programmed to disconnect if it does not see acknowledgments of the heartbeat messages
60-
within :ref:`replication_timeout <cfg_replication-replication_timeout>` * 4
61-
seconds.
61+
within ``replication_timeout`` * 4 seconds.
6262

6363
Therefore, in a healthy replication setup, ``idle`` should never exceed
6464
``replication_timeout``: if it does, either the replication is lagging

locale/ru/LC_MESSAGES/book/replication/repl_monitoring.po

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,19 @@ msgstr ""
9999
":ref:`бездействие <box_info_replication_upstream_idle>`, время (в секундах) "
100100
"с момента получения последнего события от мастера."
101101

102+
#, fuzzy
102103
msgid ""
103-
"A master sends heartbeat messages to a replica every second, and the master "
104-
"is programmed to disconnect if it does not see acknowledgments of the "
105-
"heartbeat messages within :ref:`replication_timeout <cfg_replication-"
106-
"replication_timeout>` * 4 seconds."
104+
"If the master has no updates to send to the replicas, it sends heartbeat "
105+
"messages every :ref:`replication_timeout <cfg_replication-"
106+
"replication_timeout>` seconds. The master is programmed to disconnect if it "
107+
"does not see acknowledgments of the heartbeat messages within "
108+
"``replication_timeout`` * 4 seconds."
107109
msgstr ""
108-
"Мастер отправляет сообщения контрольного сигнала на реплику каждую секунду, "
109-
"и мастер запрограммирован на отключение, если он не получает сообщения "
110-
"контрольного сигнала дольше :ref:`replication_timeout <cfg_replication-"
111-
"replication_timeout>` * 4 секунд."
110+
"Если на мастере нет новых данных, требующих репликации, он отправляет на "
111+
"реплики сообщения контрольного сигнала каждые :ref:`replication_timeout "
112+
"<cfg_replication-replication_timeout>` секунд. Мастер запрограммирован на "
113+
"отключение, если он не получает сообщения контрольного сигнала дольше "
114+
"``replication_timeout`` * 4 секунд."
112115

113116
msgid ""
114117
"Therefore, in a healthy replication setup, ``idle`` should never exceed "

0 commit comments

Comments
 (0)