summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updating the docs to reflect the comments from the previous PRVladimir Ivic2022-01-041-2/+1
* ZOOKEEPER-3800: improve the log printing the address when QuorumCnxManager#Li...Nishanth Entoor2021-12-261-1/+1
* ZOOKEEPER-2907: Logged request buffer isn't usefulNishanth Entoor2021-12-182-4/+4
* ZOOKEEPER-4267: Fix check-style issuesMohammad Arshad2021-12-052-466/+434
* ZOOKEEPER-4414: Update Netty to 4.1.70.FinalFrederiko Costa2021-11-279-1/+1
* fix a typo in zookeeper.hfengpan04032021-11-211-1/+1
* ZOOKEEPER-4362: ZKDatabase.txnCount should not log non transactional requestslanicc2021-11-132-2/+79
* ZOOKEEPER-4411: [PATCH] improve the grammar issue in the README.mdfredster332021-11-061-1/+1
* ZOOKEEPER-4406: fix the znode type for Barrier implementation in the zookeepe...yuMoyu2021-10-311-2/+2
* ZOOKEEPER-4402: Added Hyperlink At LOGOgautammsuthar2021-10-241-1/+6
* ZOOKEEPER-4377: KeeperException.create has NullPointerException when low vers...maoling2021-10-172-3/+20
* ZOOKEEPER-4349: delete the useless oraclePath directory generated by test suitmaoling2021-10-104-55/+77
* ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18Enrico Olivelli2021-10-061-1/+1
* ZOOKEEPER-4372: Added check and unit test for negative sequence numbers in lo...Colin McIntosh2021-10-022-2/+10
* ZOOKEEPER-4367: Zookeeper#Login thread leak in case of Sasl AuthFailed.Rushabh Shah2021-09-275-12/+27
* ZOOKEEPER-4384: [R] Fix 'sever' typo in ClientCnxn.Christine Poerschke2021-09-251-1/+1
* ZOOKEEPER-4380: Avoid NPE in RateLogger#rateLimitLogruanwenjun2021-09-221-5/+6
* ZOOKEEPER-4294: Remove unused IOException on FileSnap#findNValidSnapshotsruanwenjun2021-09-222-5/+3
* ZOOKEEPER-4350: improve the method: QuorumOracleMaj#overrideQuorumDecisiongopalbala2021-09-111-5/+1
* ZOOKEEPER-4370: add zookeeperOracleQuorums.html link to webpage indexmaoling2021-09-112-0/+4
* ZOOKEEPER-4301: fix typolan2021-09-041-35/+34
* ZOOKEEPER-4360: Avoid NPE during gauge execution if the leader is not set on ...Nicolò Boschi2021-09-021-26/+34
* ZOOKEEPER-4343: Bump commons-io to version 2.11 (avoids CVE-2021-29425)Damien Diederen2021-09-013-6/+214
* ZOOKEEPER-4337: Bump jetty to 9.4.43.v20210629 (avoids CVE-2021-34429)Damien Diederen2021-09-018-1/+1
* ZOOKEEPER-4356: Code blocks do not render correctly in ZK docs siteNihal Jain2021-09-011-0/+1
* ZOOKEEPER-4355: ZK documentation side bar and welcome page are out of syncNihal Jain2021-09-012-1/+16
* ZOOKEEPER-4327: RequestThrottlerTest: Flakiness remediationsDamien Diederen2021-08-271-3/+3
* ZOOKEEPER-4342: Fix: Robustify C client against errors during SASL negotiationDamien Diederen2021-08-251-0/+3
* ZOOKEEPER-4346: remove never used fieldzhongxiong.zeng2021-08-215-6/+9
* ZOOKEEPER-4345: Avoid NoSunchMethodException caused by shaded zookeeper jarBo Cui2021-08-112-1/+16
* ZOOKEEPER-4340: add tab unit test for StringUtils#splitAditya Patruni2021-08-081-0/+3
* ZOOKEEPER-4331: add headers back in osgi artifactWu, Xiaokai (Marvin)2021-08-033-1/+82
* ZOOKEEPER-4211: Expose Per Namespace Quota Metrics to Prometheusliwang2021-07-2920-73/+1417
* ZOOKEEPER-4204: Remove unnecessary creation of thousands of thread in…Amichai Rothman2021-07-281-8/+8
* ZOOKEEPER-4333: QuorumSSLTest - testOCSP fails on JDK17Enrico Olivelli2021-07-281-3/+23
* ZOOKEEPER-4289: Reduce the performance impact of Prometheus metricsliwang2021-07-283-12/+198
* ZOOKEEPER-4325: Fix bug when list "/" with ZkUtil::listSubTreeBFSautumind2021-07-182-2/+37
* ZOOKEEPER-3961: Improve error message for zookeeper.intBufferStarting…Renan Tomazoni Pinzon2021-07-111-1/+1
* ZOOKEEPER-4318: Only report the follower sync time metrics if sync is completedliwang2021-06-301-10/+7
* ZOOKEEPER-4284: Add metrics for observer sync timeliwang2021-06-303-0/+20
* ZOOKEEPER-4319: Refactored AtomicFileWritingIdiomTest to use TempDir annotationElvys Soares2021-06-271-31/+13
* ZOOKEEPER-4312: remove unnecessary codezhongxiong.zeng2021-06-271-4/+3
* ZOOKEEPER-4326: fix typo in the recipes.mdliuxw2021-06-271-6/+6
* ZOOKEEPER-4311: Close AtomicFileOutputStream properlyDmitrii Kovalkov2021-06-211-8/+6
* ZOOKEEPER-4208: Adding more labels to asf.yaml file to position more to the Z...maoling2021-06-141-0/+11
* ZOOKEEPER-4309: QuorumCnxManager's ListenerHandler thread leakfranz19812021-06-141-2/+7
* ZOOKEEPER-4312: ZooKeeperServerEmbedded: enhance server start/stop for testab...Enrico Olivelli2021-06-138-26/+133
* ZOOKEEPER-3821: Improve getSnapCount and getGlobalOutstandingLimitdengliming2021-06-131-20/+9
* ZOOKEEPER-3907: add a documentation about alerting on metricsmaoling2021-06-051-0/+120
* ZOOKEEPER-3601: introduce the fault injection framework: Byteman for ZooKeepermaoling2021-05-291-0/+83