Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C09910F52 for ; Wed, 12 Feb 2014 19:26:09 +0000 (UTC) Received: (qmail 2358 invoked by uid 500); 12 Feb 2014 19:26:07 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 2301 invoked by uid 500); 12 Feb 2014 19:26:06 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 2292 invoked by uid 99); 12 Feb 2014 19:26:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 19:26:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 211FC8268D3; Wed, 12 Feb 2014 19:26:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vines@apache.org To: commits@accumulo.apache.org Date: Wed, 12 Feb 2014 19:26:06 -0000 Message-Id: <25e6056ab92042c0a4202acf89c55c78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: ACCUMULO-2360 adding TNonblockingServer.maxReadBufferBytes setting Updated Branches: refs/heads/master bc5397627 -> 13428972a 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/master Commit: 1b41177b04428971bceb68774624ad4271e541c1 Parents: a4bf9ed Author: John Vines Authored: Wed Feb 12 14:24:30 2014 -0500 Committer: John Vines 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.