[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-11-05 Thread anmolnar
Github user anmolnar closed the pull request at: https://github.com/apache/zookeeper/pull/412 ---

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147803340 --- Diff: src/java/main/org/apache/zookeeper/server/util/SerializeUtils.java --- @@ -148,4 +152,20 @@ public static void serializeSnapshot(DataTree

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147815941 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147816281 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147811470 --- Diff: src/java/main/org/apache/jute/BinaryOutputArchive.java --- @@ -115,6 +115,11 @@ public void writeBuffer(byte barr[], String tag)

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147798914 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147818798 --- Diff: src/java/main/org/apache/jute/BinaryOutputArchive.java --- @@ -115,6 +115,11 @@ public void writeBuffer(byte barr[], String tag)

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/412 ZOOKEEPER-2101: Transaction larger than max buffer of jute makes zookeeper unavailable This patch has been created to reanimate an ancient, unclosed Jira: