This is an automated email from the ASF dual-hosted git repository.

maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new d6c1cb56e document the need for local sessions within the readonly mode
d6c1cb56e is described below

commit d6c1cb56e2d5b11b4c1dd6ec03515d95fadde452
Author: Hinterwaeldlers <[email protected]>
AuthorDate: Tue Feb 6 08:21:44 2024 +0100

    document the need for local sessions within the readonly mode
    
    Reviewers: eolivelli, maoling
    Author: Hinterwaeldlers
    Closes #1922 from Hinterwaeldlers/readOnlyDocu
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md 
b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 80aebcfa6..f9cb0341b 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/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

Reply via email to