summaryrefslogtreecommitdiff
path: root/zookeeper-server/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-4571: Admin server API for restore database from a snapshot (#1961)li4wang2023-01-267-81/+420
* Revert "ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.proces...Enrico Olivelli2023-01-243-25/+2
* ZOOKEEPER-4570: Admin server API for taking snapshot and stream out data (#1943)li4wang2023-01-0412-29/+584
* ZOOKEEPER-4632: Fix NPE from ConnectionMetricsTest.testRevalidateCountliwang2022-11-081-2/+2
* ZOOKEEPER-4460: QuorumPeer overrides Thread.getId with different semantics.Chris Nauroth2022-11-0212-29/+29
* ZOOKEEPER-4303: Allow configuring client port to 0Mike Drob2022-10-111-0/+32
* ZOOKEEPER-4575: ZooKeeperServer#processPacket take record instead of bytestison2022-10-0514-68/+55
* ZOOKEEPER-4327: Fix flaky RequestThrottlerTestKezhu Wang2022-09-251-11/+55
* ZOOKEEPER-4565: Refine chroot strip to accommodate /zookeeper/ subtreeKezhu Wang2022-07-261-0/+22
* ZOOKEEPER-4573: Encapsulate request bytebuffer in Requesttison2022-07-125-53/+34
* ZOOKEEPER-4492: Merge readOnly field into ConnectRequest and Responsetison2022-06-277-33/+10
* ZOOKEEPER-4511: Fix flaky test FileTxnSnapLogMetricsTest.testFileTxnSnapLogMe...Kezhu Wang2022-06-242-27/+38
* ZOOKEEPER-4308: Fix flaky test EagerACLFilterTestKezhu Wang2022-06-242-30/+70
* ZOOKEEPER-4327: Fix flaky RequestThrottlerTest.testLargeRequestThrottlingKezhu Wang2022-05-241-26/+34
* ZOOKEEPER-3806: TLS - dynamic loading for client trust/key storeManu Mathew2022-05-061-0/+229
* ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.processEventMohammad Arshad2022-04-163-2/+25
* ZOOKEEPER-4504: ZKUtil#deleteRecursive causing deadlock in HDFS HA functionalityMohammad Arshad2022-04-061-0/+50
* ZOOKEEPER-4467: Format OpCode.addWatch in Request.op2StringKezhu Wang2022-04-051-0/+18
* ZOOKEEPER-4477: Single Kerberos ticket renewal failure can prevent all future...Mate Szalay-Beko2022-03-014-59/+348
* ZOOKEEPER-4396: Read Key/trust store password from fileliwang2022-01-287-1/+208
* ZOOKEEPER-4453: NettyServerCnxnFactory: allow to configure the early TLS conn...Enrico Olivelli2022-01-271-29/+59
* ZOOKEEPER-4427: Migrate to LogbackAndor Molnar2022-01-276-308/+263
* ZOOKEEPER-3988: rg.apache.zookeeper.server.NettyServerCnxn.receiveMessage thr...Enrico Olivelli2022-01-251-10/+18
* ZOOKEEPER-4267: Fix check-style issuesMohammad Arshad2021-12-051-464/+434
* ZOOKEEPER-4362: ZKDatabase.txnCount should not log non transactional requestslanicc2021-11-131-0/+74
* ZOOKEEPER-4377: KeeperException.create has NullPointerException when low vers...maoling2021-10-171-0/+13
* ZOOKEEPER-4349: delete the useless oraclePath directory generated by test suitmaoling2021-10-103-54/+76
* ZOOKEEPER-4367: Zookeeper#Login thread leak in case of Sasl AuthFailed.Rushabh Shah2021-09-272-5/+12
* ZOOKEEPER-4327: RequestThrottlerTest: Flakiness remediationsDamien Diederen2021-08-271-3/+3
* ZOOKEEPER-4345: Avoid NoSunchMethodException caused by shaded zookeeper jarBo Cui2021-08-111-0/+12
* ZOOKEEPER-4340: add tab unit test for StringUtils#splitAditya Patruni2021-08-081-0/+3
* ZOOKEEPER-4211: Expose Per Namespace Quota Metrics to Prometheusliwang2021-07-296-22/+497
* 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-4325: Fix bug when list "/" with ZkUtil::listSubTreeBFSautumind2021-07-181-1/+35
* ZOOKEEPER-4284: Add metrics for observer sync timeliwang2021-06-301-0/+14
* ZOOKEEPER-4319: Refactored AtomicFileWritingIdiomTest to use TempDir annotationElvys Soares2021-06-271-31/+13
* ZOOKEEPER-4312: ZooKeeperServerEmbedded: enhance server start/stop for testab...Enrico Olivelli2021-06-134-9/+31
* ZOOKEEPER-3970: Enable ZooKeeperServerController to expire session.Michael Han2021-05-203-8/+12
* ZOOKEEPER-4007: A typo in the ZKUtil#validateFileInput methodfangxiao2021-05-101-1/+1
* ZOOKEEPER-4281: Allow packet of max packet length to be deserializedHuizhi Lu2021-04-211-0/+27
* ZOOKEEPER-4269: acceptedEpoch.tmp rename failure will cause server startup errorMohammad Arshad2021-04-011-0/+118
* ZOOKEEPER-4270: Flaky test: QuorumPeerMainTest#testLeaderOutOfViewMohammad Arshad2021-03-301-7/+27
* ZOOKEEPER-4257: learner.asyncSending, learner.closeSocketAsync and leader.clo...Ayush Mantri2021-03-281-0/+42
* ZOOKEEPER-3128: Get CLI Command displays Authentication error for Authorizati...Mohammad Arshad2021-03-271-0/+7
* ZOOKEEPER-4251: Flaky test: org.apache.zookeeper.test.WatcherTestMohammad Arshad2021-03-252-2/+2
* ZOOKEEPER-4259: Allow AdminServer to force httpsNorbert Kalmar2021-03-251-0/+33
* ZOOKEEPER-4205: Change X509AuthFailureTest to use dynamically assigned free portAmichai Rothman2021-03-171-1/+3
* ZOOKEEPER-1871: Add an option to zkCli to wait for connection before executin...Mukti Krishnan2021-03-121-0/+21
* ZOOKEEPER-4227: X509AuthFailureTest is failing consistentlyMohammad Arshad2021-03-101-1/+4