You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ma...@apache.org on 2017/04/04 04:32:37 UTC

incubator-metron git commit: METRON-642 Correct path to ES gc log file (DimDroll via mattf-horton) closes apache/incubator-metron#406

Repository: incubator-metron
Updated Branches:
  refs/heads/master ccdb4c718 -> 2724bf66c


METRON-642 Correct path to ES gc log file (DimDroll via mattf-horton) closes apache/incubator-metron#406


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

Branch: refs/heads/master
Commit: 2724bf66c4556147435a74f11df509c75d3f8fc5
Parents: ccdb4c7
Author: DimDroll <di...@gmail.com>
Authored: Mon Apr 3 21:20:09 2017 -0700
Committer: mattf <ma...@apache.org>
Committed: Mon Apr 3 21:28:41 2017 -0700

----------------------------------------------------------------------
 .../ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/2724bf66/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml
index 6ef09ac..ae26498 100755
--- a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml
+++ b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/2.3.3/configuration/elastic-sysconfig.xml
@@ -90,9 +90,9 @@ CONF_DIR={{conf_dir}}
 ES_USER={{elastic_user}}
 
 # Additional Java OPTS
-ES_JAVA_OPTS="-verbose:gc -Xloggc:{{log_dir}}/elasticsearch_gc.log -XX:-CMSConcurrentMTEnabled
--XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
--XX:ErrorFile={{log_dir}}elasticsearch_err.log -XX:ParallelGCThreads=8"
+ES_JAVA_OPTS="-verbose:gc -Xloggc:{{log_dir}}/elasticsearch_gc.log -XX:-CMSConcurrentMTEnabled \
+-XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps \
+-XX:ErrorFile={{log_dir}}/elasticsearch_err.log -XX:ParallelGCThreads=8"
         </value>
     </property>
 </configuration>