Export - CSV (All fields)
Export - CSV (Current fields)
ZOOKEEPER-4182
Enhance message when packet's length over limit.ZOOKEEPER-4074
Network issue while Learner is executing writePacket can cause the follower to hangZOOKEEPER-4058
Update checkstyle-strict.xml by the latest version 8.39 of checkstyleZOOKEEPER-4057
NIOServerCnxnFactory.selectorThreads,using List instead of HashSet is betterZOOKEEPER-4056
Update copyright notices from 2020 to 2021ZOOKEEPER-4055
Dockerfile can't build Zookeeper C client libraryZOOKEEPER-4054
Make prometheus listen host can configureZOOKEEPER-4053
ConnectionLossException is vague for failing to read/write large znodeZOOKEEPER-4052
Failed to read large znode that is written successfullyZOOKEEPER-4051
Leader did not lose the quorum when a node left the quorum of 3 out of 5 nodes.ZOOKEEPER-4050
Zookeeper Inspector reports "List of default node viewers is empty" when not specifically run from the zookeeper-contrib/zookeeper-contrib-zooinspector directoryZOOKEEPER-4049
C client test failure on dockerZOOKEEPER-4048
Upgrade Mockito to 3.6.28 - allow builds on JDK16ZOOKEEPER-4047
C-Client does not return a error notification or callbackZOOKEEPER-4046
Fix typoZOOKEEPER-4045
CVE-2020-25649 - Upgrade jackson databind to 2.10.5.1ZOOKEEPER-4044
Remove unused method and variableZOOKEEPER-4043
ZooKeeper 2020 reviewZOOKEEPER-4042
LeanerHandler.sock is always not nullZOOKEEPER-4041
Zookeeper returns an IP address when requesting a path data.ZOOKEEPER-4040
java.io.IOException: Leaders epoch, 1 is less than accepted epoch, 2ZOOKEEPER-4039
accpetedEpoch过大导致对应的节点无法加入集群ZOOKEEPER-4038
when logfile zxid equals to target zxid, should not iterate over the next logfile (FileTxnLog:653)ZOOKEEPER-4037
Closing autoCloseable resource with try-with-resources blockZOOKEEPER-4036
correct the annotation/comment about the frequency of leader's pingZOOKEEPER-4035
Add a documentation about the property: zookeeper.testingonly.initialZxidZOOKEEPER-4034
Replace lambda with method referenceZOOKEEPER-4033
Remove unnecessary judgment of nullZOOKEEPER-4032
Use `Map.computeIfAbsent` instead of `if Map.get is null then put value`ZOOKEEPER-4031
Why we would “add the last logfile that is less than the zxid” in FileTxnLog:653ZOOKEEPER-4030
Optionally canonicalize host names in quorum SASL authenticationZOOKEEPER-4029
improve the log of FileTxnLog#append methodZOOKEEPER-4028
zookeeper client timeoutZOOKEEPER-4027
Documentation: Configuration FormatZOOKEEPER-4026
CREATE2 requests embeded in a MULTI request only get a regular CREATE responseZOOKEEPER-4025
hello I want to update the zookeeper_client_c readme fileZOOKEEPER-4024
ZooKeeper Client Fault Tolerance ExtensionsZOOKEEPER-4023
dependency-check:check failing - Jetty 9.4.34.v20201102 - CVE-2020-27218ZOOKEEPER-4022
ZooKeeper client session establishment deficiencyZOOKEEPER-4021
Zookeeper C Client ERROR about pollZOOKEEPER-4020
Memory leak in Zookeeper C ClientZOOKEEPER-4019
FileChangeWatcher keep throwing exceptions on k8s deploymentZOOKEEPER-4018
Playing Until DieZOOKEEPER-4017
Owasp check failing - Jetty 9.4.32 - CVE-2020-27216ZOOKEEPER-4016
C client build issue causes the failure of CI buildZOOKEEPER-4015
Flaky test: RequestPathMetricsCollectorTest.testMultiThreadPerfZOOKEEPER-4014
libzookeeper.a not properly linking to libhashtable.aZOOKEEPER-4013
pkg-config file for C libraryZOOKEEPER-4012
No install target for C libraryZOOKEEPER-4011
Maven build fails on branch-3.6 because of jUnit 5 usage in DIFFSyncConsistencyTest