Return-Path: X-Original-To: apmail-usergrid-commits-archive@minotaur.apache.org Delivered-To: apmail-usergrid-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A27B17ABE for ; Fri, 13 Mar 2015 18:24:26 +0000 (UTC) Received: (qmail 11063 invoked by uid 500); 13 Mar 2015 18:24:26 -0000 Delivered-To: apmail-usergrid-commits-archive@usergrid.apache.org Received: (qmail 11010 invoked by uid 500); 13 Mar 2015 18:24:26 -0000 Mailing-List: contact commits-help@usergrid.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@usergrid.incubator.apache.org Delivered-To: mailing list commits@usergrid.incubator.apache.org Received: (qmail 10945 invoked by uid 99); 13 Mar 2015 18:24:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2015 18:24:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06623E17BF; Fri, 13 Mar 2015 18:24:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sfeldman@apache.org To: commits@usergrid.apache.org Date: Fri, 13 Mar 2015 18:24:26 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] incubator-usergrid git commit: Fixes issue with duplicate pool size definition Repository: incubator-usergrid Updated Branches: refs/heads/USERGRID-466-change-write-consistency 8cea08db3 -> 45271d7a2 Fixes issue with duplicate pool size definition Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/97634dfc Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/97634dfc Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/97634dfc Branch: refs/heads/USERGRID-466-change-write-consistency Commit: 97634dfc6c5a8e7192d72567d68fd62bfd67a012 Parents: 19c6ad0 Author: Todd Nine Authored: Thu Mar 12 12:14:58 2015 -0600 Committer: Todd Nine Committed: Thu Mar 12 12:14:58 2015 -0600 ---------------------------------------------------------------------- stack/awscluster/src/main/groovy/configure_elasticsearch.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/97634dfc/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy ---------------------------------------------------------------------- diff --git a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy index 38b032f..173e4e6 100644 --- a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy +++ b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy @@ -87,7 +87,6 @@ threadpool: bulk: type: fixed size: 160 - size: 16 queue_size: 1000 search: size: 320