[
https://issues.apache.org/jira/browse/AMBARI-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367599#comment-15367599
]
Hudson commented on AMBARI-16691:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5255 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5255/])
AMBARI-16691. Extend Ambari with settings for Atlas environment (aonishuk:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f544490966772c5ef0ae74c1307f4c3af76d4eda])
*
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.5/common/test_stack_advisor.py
*
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/atlas-env.xml
*
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
* ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py
> Atlas Integration : Extend Ambari with settings for Atlas environment
> configuration
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-16691
> URL: https://issues.apache.org/jira/browse/AMBARI-16691
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Attachments: AMBARI-16691.patch
>
>
> In ATLAS-616, we uncovered problems with Atlas web service when testing
> queries at scale. The investigation revealed a fix possible with tuning some
> GC parameters. ATLAS-616 suggests the GC values in documentation.
> Default these settings in Ambari.
> The values we have recommended are all to be set in {{atlas-env.sh}} config
> file. They are:
> Common for all JDKs:
> {code}
> #export ATLAS_SERVER_OPTS="-server -XX:SoftRefLRUPolicyMSPerMB=0
> -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC
> -XX:+CMSParallelRemarkEnabled -XX:+PrintTenuringDistribution
> -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dumps/atlas_server.hprof
> -Xloggc:logs/gc-worker.log -verbose:gc -XX:+UseGCLogFileRotation
> -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1m -XX:+PrintGCDetails
> -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps"
> {code}
> For JDK7:
> {code}
> #export ATLAS_SERVER_HEAP="-Xms15360m -Xmx15360m -XX:MaxNewSize=3072m
> -XX:PermSize=100M -XX:MaxPermSize=512m"
> {code}
> For JDK8:
> {code}
> #export ATLAS_SERVER_HEAP="-Xms15360m -Xmx15360m -XX:MaxNewSize=5120m
> -XX:MetaspaceSize=100M -XX:MaxMetaspaceSize=512m"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)