Github user anmolnar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/711#discussion_r235385266
--- Diff:
zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServer.java
---
@@ -864,6 +860,17 @@ public static int getSnapCount() {
}
}
+ public int getGlobalOutstandingLimit() {
+ String sc = System.getProperty(GLOBAL_OUTSTANDING_LIMIT);
--- End diff --
Yes, that's the case. This is just a dumb revert, please see #712 as
another approach for the same issue.
---