diff options
| author | Alan Conway <aconway@apache.org> | 2013-05-03 19:31:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-05-03 19:31:18 +0000 |
| commit | 3c6a3ea2c99c4628aa1db79e35d4b302a5652c1a (patch) | |
| tree | ac3890c0bd6872058f225176e3a0d0fe5a66aa3a /qpid | |
| parent | c8cb34f7c0344d8102ffdf6a1ca6ab7fcec8398b (diff) | |
| download | qpid-python-3c6a3ea2c99c4628aa1db79e35d4b302a5652c1a.tar.gz | |
NO-JIRA: HA minor documentation updates.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index b98e054b98..9c5f3a4fc7 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -317,7 +317,15 @@ ssl_addr = "ssl:" host [":" port]' </entry> </row> <row> - <entry><literal>ha-backup-timeout <replaceable>SECONDS</replaceable></literal> </entry> + <entry><literal>ha-backup-timeout<replaceable>SECONDS</replaceable></literal> + <footnote id="ha-seconds-spec"> + <para> + Values specified as <replaceable>SECONDS</replaceable> can be a + fraction of a second, e.g. "0.1" for a tenth of a second. + They can also have an explicit unit, e.g. 10s, 10ms, 10us, 10ns + </para> + </footnote> + </entry> <entry> <para> Maximum time that a recovering primary will wait for an expected @@ -326,7 +334,10 @@ ssl_addr = "ssl:" host [":" port]' </entry> </row> <row> - <entry><literal>link-maintenance-interval <replaceable>SECONDS</replaceable></literal></entry> + <entry> + <literal>link-maintenance-interval <replaceable>SECONDS</replaceable></literal> + <footnoteref linkend="ha-seconds-spec"/> + </entry> <entry> <para> Interval for the broker to check link health and re-connect links if need @@ -336,7 +347,10 @@ ssl_addr = "ssl:" host [":" port]' </entry> </row> <row> - <entry><literal>link-heartbeat-interval <replaceable>SECONDS</replaceable></literal></entry> + <entry> + <literal>link-heartbeat-interval <replaceable>SECONDS</replaceable></literal> + <footnoteref linkend="ha-seconds-spec"/> + </entry> <entry> <para> Heartbeat interval for replication links. The link will be assumed broken |
