浏览代码

document the need for local sessions within the readonly mode

Reviewers: eolivelli, maoling
Author: Hinterwaeldlers
Closes #1922 from Hinterwaeldlers/readOnlyDocu
Hinterwaeldlers 1 年之前
父节点
当前提交
d6c1cb56e2
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

+ 4 - 2
zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

@@ -1859,8 +1859,10 @@ New features that are currently considered experimental.
     (Java system property: **readonlymode.enabled**)
     **New in 3.4.0:**
     Setting this value to true enables Read Only Mode server
-    support (disabled by default). ROM allows clients
-    sessions which requested ROM support to connect to the
+    support (disabled by default).
+    *localSessionsEnabled* has to be activated to serve clients.
+    A downgrade of an existing connections is currently not supported.
+    ROM allows clients sessions which requested ROM support to connect to the
     server even when the server might be partitioned from
     the quorum. In this mode ROM clients can still read
     values from the ZK service, but will be unable to write