summaryrefslogtreecommitdiff
path: root/zookeeper-server/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-4466: Support different watch modes on same path (#1859)HEADmasterKezhu Wang2023-05-056-157/+159
* ZOOKEEPER-4687. Improve SuppressWarnings in KeeperException (#1994)tison2023-04-131-1/+1
* ZOOKEEPER-4682. Make FileSnap.deserialize a static method (#1992)tison2023-03-265-13/+7
* [ZOOKEEPER-4676] ReadOnlyModeTest doesn't not compile on JDK20 (Thread.suspen...Enrico Olivelli2023-03-081-0/+17
* ZOOKEEPER-4296: Add null checks to ClientCnxnSocketNetty onClosing (#1697)Colvin Cowie2023-02-271-2/+6
* [ZOOKEEPER-4677] Cleanup code in the DataTree class (#1968)tison2023-02-271-151/+122
* ZOOKEEPER-4639: Provide auth support for admin server APIs (#1966)li4wang2023-02-2414-81/+333
* ZOOKEEPER-4475: Fix NodeChildrenChanged delivered to recursive watcher (#1820)Kezhu Wang2023-02-221-4/+11
* [ZOOKEEPER-4647] Tests don't pass on JDK20 because we try to mock InetAddress...Enrico Olivelli2023-02-152-2/+13
* [ZOOKEEPER-4672] Code cleanup - apply JDK7 Diamond operator consistently (#1979)Tim te Beek2023-02-1080-197/+197
* ZOOKEEPER-4571: Admin server API for restore database from a snapshot (#1961)li4wang2023-01-2610-76/+453
* Revert "ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.proces...Enrico Olivelli2023-01-241-67/+11
* ZOOKEEPER-4570: Admin server API for taking snapshot and stream out data (#1943)li4wang2023-01-0413-22/+439
* ZOOKEEPER-4460: QuorumPeer overrides Thread.getId with different semantics.Chris Nauroth2022-11-0212-70/+70
* ZOOKEEPER-4303: Allow configuring client port to 0Mike Drob2022-10-115-15/+51
* ZOOKEEPER-4575: ZooKeeperServer#processPacket take record instead of bytestison2022-10-0516-214/+375
* ZOOKEEPER-4327: Fix flaky RequestThrottlerTestKezhu Wang2022-09-252-8/+9
* ZOOKEEPER-4565: Refine chroot strip to accommodate /zookeeper/ subtreeKezhu Wang2022-07-261-8/+14
* ZOOKEEPER-4566: Create tool for recursive snapshot analysisSzabolcs Bukros2022-07-131-0/+137
* ZOOKEEPER-4573: Encapsulate request bytebuffer in Requesttison2022-07-1212-104/+113
* ZOOKEEPER-4492: Merge readOnly field into ConnectRequest and Responsetison2022-06-275-64/+143
* ZOOKEEPER-4308: Fix flaky test EagerACLFilterTestKezhu Wang2022-06-241-1/+12
* Revert "ZOOKEEPER-4549: ProviderRegistry may be repeatedly initialized"maoling2022-06-201-3/+0
* ZOOKEEPER-4549: ProviderRegistry may be repeatedly initializedlanicc2022-06-171-0/+3
* ZOOKEEPER-4518: remove useless log in the PrepRequestProcessor#pRequest methodvinayvinayu2022-06-171-2/+0
* ZOOKEEPER-4551: Do not log spammy stacktrace when a client closes its connectionEnrico Olivelli2022-06-011-1/+9
* ZOOKEEPER-4537: Race between SyncThread and CommitProcessor threadjithin232022-05-171-6/+5
* ZOOKEEPER-4519: Add closeSocket method to Testable interfaceHouston Putman2022-05-162-0/+14
* ZOOKEEPER-3806: TLS - dynamic loading for client trust/key storeManu Mathew2022-05-063-10/+35
* ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.processEventMohammad Arshad2022-04-161-11/+67
* ZOOKEEPER-4515: ZK Cli quit command always logs errorMohammad Arshad2022-04-092-6/+18
* ZOOKEEPER-4514: ClientCnxnSocketNetty throwing NPEMohammad Arshad2022-04-081-8/+8
* ZOOKEEPER-4504: ZKUtil#deleteRecursive causing deadlock in HDFS HA functionalityMohammad Arshad2022-04-061-3/+19
* ZOOKEEPER-4467: Format OpCode.addWatch in Request.op2StringKezhu Wang2022-04-051-1/+3
* ZOOKEEPER-3652: Synchronize ClientCnxn outgoing queue flush on a stable inter...Sylvain Wallez2022-03-301-2/+4
* ZOOKEEPER-4494: Fix error message formattison2022-03-281-1/+1
* ZOOKEEPER-4474: Drop unused ZooDefs.opNamesKezhu Wang2022-03-121-2/+0
* ZOOKEEPER-4477: Single Kerberos ticket renewal failure can prevent all future...Mate Szalay-Beko2022-03-011-7/+24
* ZOOKEEPER-4396: Read Key/trust store password from fileliwang2022-01-285-6/+123
* ZOOKEEPER-4453: NettyServerCnxnFactory: allow to configure the early TLS conn...Enrico Olivelli2022-01-272-6/+15
* ZOOKEEPER-4427: Migrate to LogbackAndor Molnar2022-01-273-5/+5
* ZOOKEEPER-3988: rg.apache.zookeeper.server.NettyServerCnxn.receiveMessage thr...Enrico Olivelli2022-01-251-6/+12
* ZOOKEEPER-4437: Bump Jackson version from 2.10.5.1 to 2.13.1Shoothzj2022-01-221-2/+2
* ZOOKEEPER-4435: fix a tiny typoepugh@opensourceconnections.com2022-01-081-1/+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-4362: ZKDatabase.txnCount should not log non transactional requestslanicc2021-11-131-2/+5
* ZOOKEEPER-4377: KeeperException.create has NullPointerException when low vers...maoling2021-10-171-3/+7
* ZOOKEEPER-4367: Zookeeper#Login thread leak in case of Sasl AuthFailed.Rushabh Shah2021-09-273-7/+15
* ZOOKEEPER-4384: [R] Fix 'sever' typo in ClientCnxn.Christine Poerschke2021-09-251-1/+1