Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 71571200B41 for ; Thu, 7 Jul 2016 19:16:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6FF8F160A68; Thu, 7 Jul 2016 17:16:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF26A160A4F for ; Thu, 7 Jul 2016 19:16:13 +0200 (CEST) Received: (qmail 43390 invoked by uid 500); 7 Jul 2016 17:16:11 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 43337 invoked by uid 99); 7 Jul 2016 17:16:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 17:16:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4BB2D2C0003 for ; Thu, 7 Jul 2016 17:16:11 +0000 (UTC) Date: Thu, 7 Jul 2016 17:16:11 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-16691) Atlas Integration : Extend Ambari with settings for Atlas environment configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 17:16:14 -0000 [ https://issues.apache.org/jira/browse/AMBARI-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366430#comment-15366430 ] Hadoop QA commented on AMBARI-16691: ------------------------------------ {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12816640/AMBARI-16691.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-server. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/7729//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7729//console This message is automatically generated. > 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)