You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2014/12/04 21:11:14 UTC

[39/50] incubator-usergrid git commit: Updated ES configuration to temporarily remove additional threads

Updated ES configuration to temporarily remove additional threads


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/54294207
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/54294207
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/54294207

Branch: refs/heads/USERGRID-256-ApiResponseImplementation
Commit: 54294207a321d2a964433c8498425043b2208ae4
Parents: ed58740
Author: Todd Nine <tn...@apigee.com>
Authored: Tue Dec 2 16:46:27 2014 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Tue Dec 2 16:46:27 2014 -0700

----------------------------------------------------------------------
 .../main/groovy/configure_elasticsearch.groovy  | 31 +++++++++++---------
 1 file changed, 17 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/54294207/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 79d5c35..7bee82c 100644
--- a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
+++ b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
@@ -61,22 +61,25 @@ es.logger.level: INFO
 
 #Set our threadpool size.  Our bulk pool and search pools are quite large.  We may want to turn these down if we
 #overload the system
-
-threadpool:
-    index:
-        type: fixed
-        size: 160
-        queue_size: 0
-    bulk:
-        type: fixed
-        size: 5000
+#
+# Temporarily removing.  We don't know better :)
+# http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_don_8217_t_touch_these_settings.html#_threadpools
+#
+#threadpool:
+#    index:
+#        type: fixed
+#        size: 160
+#        queue_size: 0
+#    bulk:
+#        type: fixed
+#        size: 5000
 #        size: 16
-        queue_size: 100
-    search:
-        size: 10000
+#        queue_size: 100
+#    search:
+#        size: 10000
 #        size: 48
-        type: fixed
-        queue_size: 100
+#        type: fixed
+#        queue_size: 100
 
 action.auto_create_index: false