Export - CSV (All fields)
Export - CSV (Current fields)
- ZOOKEEPER-4838
Use NettyServerCnxnFactory as the default ServerCnxnFactory implementation - ZOOKEEPER-4837
Network issue causes ephemeral node unremoved after the session expiration - ZOOKEEPER-4836
Inconsist aclIndex leads to MarshallingError - ZOOKEEPER-4835
Netty should be an optional dependency - ZOOKEEPER-4834
Introduce Typo CI Check to Apache ZooKeeper - ZOOKEEPER-4833
Bring back ARM64 to Github Actions using macos-latest - ZOOKEEPER-4832
Better guidance on how to configure zookeeper for FIPS - ZOOKEEPER-4831
update slf4j from 1.x to 2.0.13, logback to 1.3.14 - ZOOKEEPER-4830
zk_learners is incorrectly referenced as zk_followers - ZOOKEEPER-4829
Support DatadirCleanup in minutes - ZOOKEEPER-4828
Minor 3.9 broke custom TLS setup with ssl.context.supplier.class - ZOOKEEPER-4827
Bump bouncycastl version from 1.75 to 1.78 - ZOOKEEPER-4826
Reduce unnecessary executable permissions on files - ZOOKEEPER-4825
CVE-2023-6378 is present in the current logback version (1.2.13) and hence we need to upgrade to 1.4.12 - ZOOKEEPER-4824
fix CVE-2024-29025 in netty package - ZOOKEEPER-4823
Proposal: Update the wiki / design of Zab 1.0 (Phase 2) to make it more precise and practical for the implementation - ZOOKEEPER-4822
Quorum TLS - Enable member authorization based on certificate CN - ZOOKEEPER-4821
ConnectRequest got NOTREADONLY ReplyHeader - ZOOKEEPER-4820
zookeeper pom leaks logback dependency - ZOOKEEPER-4819
Can't seek for writable tls server if connected to readonly server - ZOOKEEPER-4818
Export JVM heap metrics in ServerMetrics - ZOOKEEPER-4817
Client disconnection warning is missed in system log sometimes. - ZOOKEEPER-4816
A follower can not join the cluster for 30s seconds - ZOOKEEPER-4815
custom the data format of /zookeeper/config - ZOOKEEPER-4814
Protocol desynchronization after Connect for (some) old clients - ZOOKEEPER-4813
Make zookeeper start successfully when the last log file is dirty during the restore progress - ZOOKEEPER-4812
Another reconfiguration is in progress -- concurrent reconfigs not supported (yet) - ZOOKEEPER-4811
When configuring the IP address of the zk server on the client side to connect to zk, the connection establishment time is high - ZOOKEEPER-4810
Fix data race in format_endpoint_info() - ZOOKEEPER-4809
do_completion() use-after-free when log level is debug - ZOOKEEPER-4808
Fix the log statement in FastLeaderElection - ZOOKEEPER-4807
Add sid for the leader goodbyte log - ZOOKEEPER-4806
Commits have to be refreshed after merging - ZOOKEEPER-4805
Update cwiki page with latest changes - ZOOKEEPER-4804
Use daemon threads for Netty client - ZOOKEEPER-4803
Flaky test: QuorumPeerMainTest.testLeaderOutOfView - ZOOKEEPER-4802
Flaky test:RestoreQuorumTest.testRestoreAfterQuorumLost - ZOOKEEPER-4801
Add memory size limitation policy for ZkDataBase#committedLog - ZOOKEEPER-4800
Flaky test:ReconfigRollingRestartCompatibilityTest.testRollingRestartWithExtendedMembershipConfig - ZOOKEEPER-4799
Refactor ACL check in addWatch command - ZOOKEEPER-4798
Secure prometheus support - ZOOKEEPER-4797
Allow for -XX:MaxRAMPercentage JVM setting - ZOOKEEPER-4796
Requests submitted first may carry a larger xid resulting in ZRUNTIMEINCONSISTENCY - ZOOKEEPER-4795
add namespace support for prometheus metrics - ZOOKEEPER-4794
Reduce the ZKDatabase#committedLog memory usage - ZOOKEEPER-4793
The zookeeper server return the wrong response for ruok command. - ZOOKEEPER-4792
Tune the env log at the start of the process - ZOOKEEPER-4791
Improve logging when the connection to a remote server is closed - ZOOKEEPER-4790
TLS Quorum hostname verification breaks in some scenarios - ZOOKEEPER-4789
Avoid static blocks in QuorumAuth Tests