summaryrefslogtreecommitdiff
path: root/zookeeper-server/src/main/java/org/apache/zookeeper/server/PrepRequestProcessor.java
Commit message (Expand)AuthorAgeFilesLines
* [ZOOKEEPER-4672] Code cleanup - apply JDK7 Diamond operator consistently (#1979)Tim te Beek2023-02-101-2/+2
* ZOOKEEPER-4575: ZooKeeperServer#processPacket take record instead of bytestison2022-10-051-61/+36
* ZOOKEEPER-4573: Encapsulate request bytebuffer in Requesttison2022-07-121-24/+18
* ZOOKEEPER-4518: remove useless log in the PrepRequestProcessor#pRequest methodvinayvinayu2022-06-171-2/+0
* ZOOKEEPER-2907: Logged request buffer isn't usefulNishanth Entoor2021-12-181-2/+2
* ZOOKEEPER-4044: Remove unused method and variablelan2021-04-041-1/+0
* ZOOKEEPER-3922: The introduction of the oracle, a failure detector.Ching-Chan Lee2021-03-011-3/+10
* ZOOKEEPER-4219: Quota checks break setData in multi transactionsDamien Diederen2021-03-011-2/+2
* ZOOKEEPER-3942: move traceMask calculation logic into the trace log guardcoder-chenzhi2021-01-241-4/+4
* ZOOKEEPER-3301: Enforce the quota limitmaoling2021-01-191-0/+2
* ZOOKEEPER-3342: Use StandardCharsetsDavid Mollitor2020-10-301-1/+2
* ZOOKEEPER-3969: Add whoami API and Cli commandMohammad Arshad2020-10-251-0/+1
* ZOOKEEPER-3859: Add a couple request processor metricsJie Huang2020-06-241-1/+3
* ZOOKEEPER-3829: fix rolling restart when dynamic reconfig is disabledMate Szalay-Beko2020-05-291-1/+2
* ZOOKEEPER-3683: Discard requests that are delayed longer than a confi…Jie Huang2020-03-241-3/+15
* ZOOKEEPER-3512: Real time data consistency check during broadcast timeFangmin Lyu2019-12-271-11/+182
* ZOOKEEPER-1416 - Persistent, recursive watchersrandgalt2019-11-081-0/+2
* ZOOKEEPER-3509: Revisit log formattison2019-10-101-16/+11
* ZOOKEEPER-3145: Fix potential watch missing issue due to stale pzxid when rep...Fangmin Lyu2019-09-111-2/+9
* ZOOKEEPER-3475: Enable Checkstyle configuration on zookeeper-servertison2019-08-171-329/+315
* ZOOKEEPER-3418: Improve quorum throughput through eager ACL checks of request...Michael Han2019-08-011-68/+9
* ZOOKEEPER-3402: Add multiRead operationszepet2019-06-261-3/+4
* ZOOKEEPER-3383: Improve prep processor metric accuracy and de-flaky u…Jie Huang2019-05-101-3/+4
* ZOOKEEPER-3310: Add metrics for prep processorJie Huang2019-04-171-1/+10
* Revert "ZOOKEEPER-3310: Add metrics for prep processor"Andor Molnar2019-04-171-10/+1
* ZOOKEEPER-3310: Add metrics for prep processorJie Huang2019-04-171-1/+10
* Revert "ZOOKEEPER-3310: Add metrics for prep processor"Andor Molnar2019-04-141-10/+1
* ZOOKEEPER-3310: Add metrics for prep processorJie Huang2019-04-141-1/+10
* ZOOKEEPER-3335: Improve the usage of CollectionsBeluga Behr2019-04-091-9/+12
* ZOOKEEPER-3167: add an API and the corresponding CLI to get total count of re...maoling2019-02-071-0/+1
* ZOOKEEPER-2892: Improve lazy initialize and close stream for `PrepRequestProc...asdf20142019-02-071-10/+10
* ZOOKEEPER-3209: New `getEphemerals` api to get all the ephemeral nodes create...Dinesh Appavoo2019-01-161-0/+1
* ZOOKEEPER-3032: MAVEN MIGRATION - move java server, clientNorbert Kalmar2018-10-051-0/+1012