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

cnauroth pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.8 by this push:
     new 236d2543d ZOOKEEPER-4902: Document that read-only mode also enables 
isro 4lw
236d2543d is described below

commit 236d2543d2e5dab63f98bb8c5b92db0ec5015c6f
Author: Chris Nauroth <[email protected]>
AuthorDate: Wed Mar 12 21:20:15 2025 +0000

    ZOOKEEPER-4902: Document that read-only mode also enables isro 4lw
    
    Closes #2231
    
    Signed-off-by: Zili Chen <[email protected]>
    Signed-off-by: Kezhu Wang <[email protected]>
    (cherry picked from commit 2d2820e989d77300279de0f661ebf80702a7149d)
    (cherry picked from commit 086b7875f9cb91e885565ac44f967736d00ee8da)
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md 
b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 29276e5bc..916f7531b 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -1394,7 +1394,9 @@ of servers -- that is, when deploying clusters of servers.
     command must be put in this list else ZooKeeper server will
     not enable the command.
     By default the whitelist only contains "srvr" command
-    which zkServer.sh uses. The rest of four-letter word commands are disabled
+    which zkServer.sh uses. Additionally, if Read Only Mode is enabled by 
setting
+    Java system property **readonlymode.enabled**, then the "isro" command is
+    added to the whitelist. The rest of four-letter word commands are disabled
     by default: attempting to use them will gain a response
     ".... is not executed because it is not in the whitelist."
     Here's an example of the configuration that enables stat, ruok, conf, and 
isro

Reply via email to