summaryrefslogtreecommitdiff
path: root/zookeeper-server
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-4466: Support different watch modes on same path (#1859)HEADmasterKezhu Wang2023-05-058-195/+219
* ZOOKEEPER-4687. Improve SuppressWarnings in KeeperException (#1994)tison2023-04-131-1/+1
* ZOOKEEPER-4682. Make FileSnap.deserialize a static method (#1992)tison2023-03-266-19/+13
* [ZOOKEEPER-4676] ReadOnlyModeTest doesn't not compile on JDK20 (Thread.suspen...Enrico Olivelli2023-03-082-2/+21
* ZOOKEEPER-4296: Add null checks to ClientCnxnSocketNetty onClosing (#1697)Colvin Cowie2023-02-272-2/+16
* [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-2422-115/+1022
* ZOOKEEPER-4475: Fix NodeChildrenChanged delivered to recursive watcher (#1820)Kezhu Wang2023-02-222-4/+32
* [ZOOKEEPER-4647] Tests don't pass on JDK20 because we try to mock InetAddress...Enrico Olivelli2023-02-156-71/+163
* [ZOOKEEPER-4672] Code cleanup - apply JDK7 Diamond operator consistently (#1979)Tim te Beek2023-02-10173-461/+461
* [ZOOKEEPER-4669] Upgrade snappy-java to 1.1.9.1 (#1976)Martin Polden2023-02-021-0/+0
* ZOOKEEPER-4571: Admin server API for restore database from a snapshot (#1961)li4wang2023-01-2617-157/+873
* [ZOOKEEPER-4666] Fix license files for Netty: some files are for 4.1.76 and s...Enrico Olivelli2023-01-252-0/+0
* Revert "ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.proces...Enrico Olivelli2023-01-244-92/+13
* [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)Enrico Olivelli2023-01-201-0/+0
* ZOOKEEPER-4649: Upgrade netty to 4.1.86 because of CVE-2022-41915 (#1963)Mate Szalay-Beko2023-01-197-54/+171
* ZOOKEEPER-4570: Admin server API for taking snapshot and stream out data (#1943)li4wang2023-01-0425-51/+1023
* ZOOKEEPER-4627: Upgraded jetty library. (#1955)Mike Dobozy2022-12-137-0/+0
* ZOOKEEPER-4632: Fix NPE from ConnectionMetricsTest.testRevalidateCountliwang2022-11-081-2/+2
* ZOOKEEPER-4460: QuorumPeer overrides Thread.getId with different semantics.Chris Nauroth2022-11-0224-99/+99
* ZOOKEEPER-4303: Allow configuring client port to 0Mike Drob2022-10-116-15/+83
* ZOOKEEPER-4575: ZooKeeperServer#processPacket take record instead of bytestison2022-10-0530-282/+430
* ZOOKEEPER-4327: Fix flaky RequestThrottlerTestKezhu Wang2022-09-253-19/+64
* ZOOKEEPER-4565: Refine chroot strip to accommodate /zookeeper/ subtreeKezhu Wang2022-07-262-8/+36
* ZOOKEEPER-4566: Create tool for recursive snapshot analysisSzabolcs Bukros2022-07-131-0/+137
* ZOOKEEPER-4573: Encapsulate request bytebuffer in Requesttison2022-07-1217-157/+147
* ZOOKEEPER-4492: Merge readOnly field into ConnectRequest and Responsetison2022-06-2712-97/+153
* ZOOKEEPER-4511: Fix flaky test FileTxnSnapLogMetricsTest.testFileTxnSnapLogMe...Kezhu Wang2022-06-242-27/+38
* ZOOKEEPER-4308: Fix flaky test EagerACLFilterTestKezhu Wang2022-06-243-31/+82
* 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-4327: Fix flaky RequestThrottlerTest.testLargeRequestThrottlingKezhu Wang2022-05-241-26/+34
* 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-064-10/+264
* ZOOKEEPER-4531: Revert Netty TCNative changesBrahma Reddy Battula2022-05-062-206/+0
* ZOOKEEPER-4529: Upgrade netty to 4.1.76.FinalAnanya Singh2022-05-068-0/+0
* ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.processEventMohammad Arshad2022-04-164-13/+92
* 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-062-3/+69
* ZOOKEEPER-4467: Format OpCode.addWatch in Request.op2StringKezhu Wang2022-04-052-1/+21
* 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
* 1829Enrico Olivelli2022-03-082-0/+203
* ZOOKEEPER-4477: Single Kerberos ticket renewal failure can prevent all future...Mate Szalay-Beko2022-03-015-66/+372
* Fix typo in ZooKeeper Server PomShoothzj2022-02-171-1/+1