You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "George Fartcas (Jira)" <ji...@apache.org> on 2023/07/31 11:38:00 UTC

[jira] [Created] (ZOOKEEPER-4729) client.certReload documentation discrepancy in ZooKeeper 3.8.1 and 3.7.2

George Fartcas created ZOOKEEPER-4729:
-----------------------------------------

             Summary: client.certReload documentation discrepancy in ZooKeeper 3.8.1 and 3.7.2
                 Key: ZOOKEEPER-4729
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4729
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.8.1, 3.7.2
            Reporter: George Fartcas


[Description] There is a discrepancy between the documentation and the actual codebase in ZooKeeper releases 3.8.1 and 3.7.2 regarding the availability of the {{client.certReload}} feature. The documentation states that the {{client.certReload}} functionality is available in these versions, but upon thorough code review, it has been found that this feature does not exist in the mentioned releases.

[https://github.com/apache/zookeeper/blob/688c69c19dc64836e91dc9ae97aeaeaf462f0556/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md?plain=1#L1782]

 

[Issue] However, the discrepancy between the documentation and the codebase indicates that the {{client.certReload}} feature is missing in the 3.8.1 and 3.7.2 releases.
Here is the master where the code is available: [https://github.com/apache/zookeeper/blob/688c69c19dc64836e91dc9ae97aeaeaf462f0556/zookeeper-server/src/main/java/org/apache/zookeeper/server/NettyServerCnxnFactory.java#L123]
 
And here on the 3.8.1 release it is not available:
 
[https://github.com/apache/zookeeper/blob/release-3.8.1/zookeeper-server/src/main/java/org/apache/zookeeper/server/NettyServerCnxnFactory.java]


[ |https://github.com/apache/zookeeper/blob/release-3.8.1/zookeeper-server/src/main/java/org/apache/zookeeper/server/NettyServerCnxnFactory.java]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)