summaryrefslogtreecommitdiff
path: root/zookeeper-server/src/test/java/org/apache/zookeeper
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-3347: Improve PathTrie ConsistencyBeluga Behr2019-08-092-1/+153
* ZOOKEEPER-3470: fix flaky LearnerMetricsTestMate Szalay-Beko2019-08-062-27/+50
* ZOOKEEPER-3320: Leader election port stop listen when hostname unresolvable f...Igor Skokov2019-08-061-0/+31
* ZOOKEEPER-3480: Fix the flaky test in CommitProcessorMetricsTestFangmin Lyu2019-08-051-0/+2
* ZOOKEEPER-3455: fix UnifiedServerSocketTest on jdk 13Mate Szalay-Beko2019-08-021-2/+16
* Skip flaky test RequestPathMetricsCollectorTest.testCollectStats to unblock a...Michael Han2019-08-011-0/+2
* ZOOKEEPER-3418: Improve quorum throughput through eager ACL checks of request...Michael Han2019-08-013-1/+296
* ZOOKEEPER-3430: Observability improvement: provide top N read / write path qu...Michael Han2019-08-011-0/+464
* ZOOKEEPER-3150: Add tree digest check and verify data integrity when loading ...Fangmin Lyu2019-07-316-41/+565
* Revert "ZOOKEEPER-3320: Leader election port stop listen when hostname unreso...Andor Molnar2019-07-311-29/+0
* ZOOKEEPER-3359: Batch commits in the CommitProcessorBrian Nixon2019-07-292-0/+163
* ZOOKEEPER-3371: Port unification for Jetty admin serverEric Lee2019-07-291-5/+98
* ZOOKEEPER-3320: Leader election port stop listen when hostname unresolvable f...Igor Skokov2019-07-291-0/+29
* ZOOKEEPER-3437: Improve sync throttling on a learner masterJie Huang2019-07-253-233/+189
* ZOOKEEPER-1634: hardening security by teaching server to enforce client authe...Michael Han2019-07-244-0/+249
* ZOOKEEPER-3356: Implement advanced Netty flow control based on feedback from ZKFangmin Lyu2019-07-232-22/+169
* ZOOKEEPER-2563: A revisit to setquotamaoling2019-07-172-3/+78
* ZOOKEEPER-3443: Add support of PKCS12 trust/key storesIvan Yurchenko2019-07-156-28/+391
* ZOOKEEPER-3398: Learner.connectToLeader() may take too long to time-outVladimir Ivic2019-07-1217-52/+85
* ZOOKEEPER-3243: Add server-side request throttlingJie Huang2019-07-082-0/+246
* ZOOKEEPER-2418: txnlog diff sync can skip sending some transactions t…Brian Nixon2019-07-031-54/+22
* ZOOKEEPER-3439: Observability improvements on client / server connection close.Michael Han2019-07-023-4/+6
* ZOOKEEPER-3240: Close socket on Learner shutdown to avoid dangling so…Brian Nixon2019-07-022-43/+3
* ZOOKEEPER-3421: Better insight into Observer connectionsBrian Nixon2019-06-281-0/+12
* ZOOKEEPER-3402: Add multiRead operationszepet2019-06-263-13/+227
* ZOOKEEPER-3365: Use Concurrent HashMap with Counter in NettyServerCnxnFactoryBeluga Behr2019-06-242-0/+24
* ZOOKEEPER-3296: Explicitly closing the sslsocket when it failed handshake to ...Fangmin Lyu2019-06-141-1/+85
* ZOOKEEPER-3416: Remove redundant ServerCnxnFactoryAccessor.Michael Han2019-06-0710-45/+12
* ZOOKEEPER-3354: Improve efficiency of DeleteAllCommandBrian Nixon2019-06-051-1/+90
* ZOOKEEPER-3321: Add metrics for LeaderJie Huang2019-06-051-0/+99
* ZOOKEEPER-3309: Add sync processor metricsJie Huang2019-06-041-0/+104
* ZOOKEEPER-3388: Allow client port to support plaintext and encrypted …Brian Nixon2019-06-041-6/+29
* ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metri...Enrico Olivelli2019-06-043-14/+19
* ZOOKEEPER-3409: Compile Java code with -XdoclintEnrico Olivelli2019-06-0326-59/+52
* ZOOKEEPER-3401: Fix metric PROPOSAL_ACK_CREATION_LATENCYJie Huang2019-05-281-1/+1
* ZOOKEEPER-3379: De-flaky test in Quorum Packet MetricsJie Huang2019-05-271-17/+21
* ZOOKEEPER-3392: Add admin command to display last snapshot informationBrian Nixon2019-05-271-0/+7
* ZOOKEEPER-2694: sync CLI command does not wait for result from servermaoling2019-05-231-0/+11
* ZOOKEEPER-3323: Add TxnSnapLog metricsJie Huang2019-05-211-0/+93
* ZOOKEEPER-3263: JAVA9/11 Warnings: Illegal reflective access in zookeer's ker...Andor Molnar2019-05-2012-31/+36
* ZOOKEEPER-3396: Flaky test in RestoreCommittedLogTestBrian Nixon2019-05-201-2/+5
* ZOOKEEPER-3237: Allow IPv6 wildcard address in peer configBrian Nixon2019-05-161-20/+66
* ZOOKEEPER-3244: Add option to snapshot based on log sizeBrian Nixon2019-05-141-5/+51
* ZOOKEEPER-3383: Improve prep processor metric accuracy and de-flaky u…Jie Huang2019-05-101-1/+3
* ZOOKEEPER-3364: Compile with strict options in order to check code qualityEnrico Olivelli2019-05-0813-30/+33
* ZOOKEEPER-3331: Automatically add IP authorization for Netty connectionsBrian Nixon2019-05-061-0/+37
* ZOOKEEPER-3305: Add Quorum Packet metricsJie Huang2019-05-062-0/+119
* ZOOKEEPER-3350: Remove CommonNamestison2019-05-035-22/+20
* ZOOKEEPER-3319: Add metrics for follower and observerJie Huang2019-05-021-0/+92
* ZOOKEEPER-3306: Fixing node not accessible issue due the inconsistent ACL ref...Fangmin Lyu2019-04-291-0/+67