summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-2484: Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testLoa...trunkPatrick D. Hunt2016-09-082-97/+105
* ZOOKEEPER-2557: Update gitignore to account for other file extensions. (Edwar...Chris Nauroth2016-09-082-0/+67
* ZOOKEEPER-2172: Cluster crashes when reconfig a new node as a participant (Ar...Patrick D. Hunt2016-09-083-9/+268
* ZOOKEEPER-1962: Add a CLI command to recursively list a znode and children (G...Patrick D. Hunt2016-09-084-56/+196
* ZOOKEEPER-2507: C unit test improvement: line break between 'ZooKeeper server...Patrick D. Hunt2016-09-082-1/+4
* ZOOKEEPER-2539: Throwing nullpointerException when run the command config -c"...Patrick D. Hunt2016-09-082-6/+12
* ZOOKEEPER-2536: When provide path for 'dataDir' with trailing space, it is ta...Patrick D. Hunt2016-09-082-0/+7
* ZOOKEEPER-2558: Potential memory leak in recordio.c (Michael Han via phunt)Patrick D. Hunt2016-09-082-4/+11
* ZOOKEEPER-2548: zooInspector does not start on Windows (Arshad Mohammad via p...Patrick D. Hunt2016-09-072-17/+23
* ZOOKEEPER-2489: Upgrade Jetty dependency to a recent stable release version. ...Patrick D. Hunt2016-08-2521-20/+56
* ZOOKEEPER-2152: Intermittent failure in TestReconfig.cc (Michael Han via phunt)Patrick D. Hunt2016-08-244-1/+17
* ZOOKEEPER-2508: Many ZooKeeper tests are flaky because they proceed with zk o...Patrick D. Hunt2016-08-2323-341/+106
* ZOOKEEPER-2505: Use shared library instead of static library in C client unit...Patrick D. Hunt2016-08-232-2/+5
* ZOOKEEPER-2247: Zookeeper service becomes unavailable when leader fails to wr...Flavio Paiva Junqueira2016-08-1315-35/+456
* Fix command handling in the C client shell (phunt via fpj)Flavio Paiva Junqueira2016-08-103-2/+25
* ZOOKEEPER-2074: Incorrect exit codes for './zkCli.sh cmd arg' (Abraham Fine v...Patrick D. Hunt2016-08-103-3/+13
* ZOOKEEPER-2500: Fix compilation warnings for CliException classes (Abraham Fi...Patrick D. Hunt2016-08-056-0/+8
* ZOOKEEPER-2498: Potential resource leak in C client when processingRaúl Gutiérrez Segalés2016-08-032-3/+7
* ZOOKEEPER-1256: ClientPortBindTest is failing on Mac OS X (Camille via phunt)Patrick D. Hunt2016-07-292-2/+9
* ZOOKEEPER-2477: documentation should refer to Java cli shell and not C cli sh...Patrick D. Hunt2016-07-2926-232/+158
* ZOOKEEPER-1898: ZooKeeper Java cli shell always returns 0 as exit code (Abrah...Patrick D. Hunt2016-07-2628-259/+550
* INFRA-12327 ZooKeeper pre-commit build failed due to build bot failed to post...Patrick D. Hunt2016-07-261-1/+1
* ZOOKEEPER-2459: Update NOTICE file with Netty notice (fpj via phunt)Patrick D. Hunt2016-06-302-4/+99
* ZOOKEEPER-2458: Remove license file for servlet-api dependency (fpj via phunt)Patrick D. Hunt2016-06-302-93/+3
* ZOOKEEPER-2366: Reconfiguration of client port causes a socket leak. (fpj via...Chris Nauroth2016-06-238-35/+143
* ZOOKEEPER-2380: Deadlock between leader shutdown and forwarding ACK to the le...Chris Nauroth2016-06-236-11/+286
* ZOOKEEPER-2297: NPE is thrown while creating "key manager" and "trust manager...Flavio Paiva Junqueira2016-06-235-2/+65
* ZOOKEEPER-2433: ZooKeeperSaslServer: allow user principals in subject (Andy B...Patrick D. Hunt2016-06-152-7/+17
* ZOOKEEPER-2137: Make testPortChange() less flaky (Michael Han via phunt)Patrick D. Hunt2016-06-152-17/+39
* ZOOKEEPER-2442: Socket leak in QuorumCnxManager connectOneRaúl Gutiérrez Segalés2016-06-082-23/+22
* ZOOKEEPER-2410: add time unit to 'ELECTION TOOK' log.info message (Christine ...Patrick D. Hunt2016-06-015-3/+12
* ZOOKEEPER-2405: getTGT() in Login.java mishandles confidential information (M...Patrick D. Hunt2016-05-252-1/+5
* ZOOKEEPER-2402: Document client side properties (Arshad Mohammad via fpj)Flavio Paiva Junqueira2016-05-233-14/+110
* ZOOKEEPER-2024 Major throughput improvement with mixed workloads (Kfir Lev-Ar...Alexander Shraer2016-05-154-236/+621
* ZOOKEEPER-2423: Upgrade Netty version due to security vulnerability (CVE-2014...Patrick D. Hunt2016-05-052-1/+4
* ZOOKEEPER-2235 License update - fix servlet-api license (fpj via phunt)Patrick D. Hunt2016-05-031-4/+0
* ZOOKEEPER-2139: Support multiple ZooKeeper client with different configuratio...Flavio Paiva Junqueira2016-05-0227-234/+1000
* ZOOKEEPER-2413: ContainerManager doesn't close the Timer it creates when stop...Flavio Paiva Junqueira2016-04-242-0/+4
* ZOOKEEPER-2141 ACL cache in DataTree never removes entries (Adam Milne-Smith ...Camille Fournier2016-04-062-46/+17
* ZOOKEEPER-2141. ACL cache in DataTree never removes entriesCamille Fournier2016-03-227-141/+550
* ZOOKEEPER-2364: "ant docs" fails on branch-3.5 due to missing releasenotes.xm...Chris Nauroth2016-03-2119-1250/+332
* ZOOKEEPER-2195 fsync.warningthresholdms in zoo.cfg not working (Biju Nair via...Patrick D. Hunt2016-03-2020-3/+10
* ZOOKEEPER-2240 Make the three-node minimum more explicit in documentation and...Patrick D. Hunt2016-03-2021-5/+112
* ZOOKEEPER-2393: Revert run-time dependency on log4j and slf4j-log4j12 (Arshad...Chris Nauroth2016-03-1924-58/+20
* ZOOKEEPER-2392 Update netty to 3.7.1.Final (Hendy Irawan via phunt)Patrick D. Hunt2016-03-182-1/+3
* ZOOKEEPER-2388 Unit tests failing on Solaris (Arshad Mohammad via phunt)Patrick D. Hunt2016-03-173-12/+15
* ZOOKEEPER-2385 Zookeeper trunk build is failing on windows (Arshad Mohammad v...Patrick D. Hunt2016-03-152-1/+4
* ZOOKEEPER-2283 traceFile property is not used in the ZooKeeper, it should be ...Patrick D. Hunt2016-03-1437-134/+456
* Added some CHANGES details that I missed in recent commits. (phunt)Patrick D. Hunt2016-03-111-0/+15
* ZOOKEEPER-2133 zkperl: Segmentation fault if getting a node with null value (...Patrick D. Hunt2016-03-112-1/+4