Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 5a2de6155 -> e9966e929

ACCUMULO-2360 adding TNonblockingServer.maxReadBufferBytes setting


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1b41177b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1b41177b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1b41177b

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 1b41177b04428971bceb68774624ad4271e541c1
Parents: a4bf9ed
Author: John Vines <vi...@apache.org>
Authored: Wed Feb 12 14:24:30 2014 -0500
Committer: John Vines <vi...@apache.org>
Committed: Wed Feb 12 14:24:30 2014 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/server/util/TServerUtils.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1b41177b/server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java
----------------------------------------------------------------------
diff --git 
a/server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java 
b/server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java
index ef25513..50476a2 100644
--- a/server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java
+++ b/server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java
@@ -218,6 +218,7 @@ public class TServerUtils {
     THsHaServer.Args options = new THsHaServer.Args(transport);
     options.protocolFactory(ThriftUtil.protocolFactory());
     options.transportFactory(ThriftUtil.transportFactory(maxMessageSize));
+    options.maxReadBufferBytes = maxMessageSize;
     options.stopTimeoutVal(5);
     /*
      * Create our own very special thread pool.

Reply via email to