[
https://issues.apache.org/jira/browse/AMBARI-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355125#comment-14355125
]
Hadoop QA commented on AMBARI-10008:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12703673/AMBARI-10008.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{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:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/1986//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1986//console
This message is automatically generated.
> AMS-HBase crashes due to memory setting greater than physical memory available
> ------------------------------------------------------------------------------
>
> Key: AMBARI-10008
> URL: https://issues.apache.org/jira/browse/AMBARI-10008
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.0.0
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Fix For: 2.0.0
>
> Attachments: AMBARI-10008.patch
>
>
> {code}
> [root@perf1]# free -m
> total used free shared buffers cached
> Mem: 3578 2666 912 0 13 795
> -/+ buffers/cache: 1857 1721
> Swap: 0 0 0
> {code}
> {code}
> [root@perf1]# ps aux | grep ams
> ams 31255 0.0 0.0 106096 1456 ? S 00:34 0:00 bash
> /usr/lib/ams-hbase/bin/hbase-daemon.sh --config /etc/ams-hbase/conf
> internal_start master
> ams 31268 32.6 18.0 13601208 662980 ? Sl 00:34 1:24
> /usr/jdk64/jdk1.7.0_67/bin/java -Dproc_master -XX:OnOutOfMemoryError=kill -9
> %p -Xmx12288m -XX:+UseConcMarkSweepGC
> -XX:ErrorFile=/var/log/ambari-metrics-collector/hs_err_pid%p.log
> -Djava.io.tmpdir=/grid/0/var/lib/ambari-metrics-collector/hbase-tmp
> -Djava.library.path=/usr/lib/ams-hbase/lib/hadoop-native/ -verbose:gc
> -XX:+PrintGCDetails -XX:+PrintGCDateStamps
> -Xloggc:/var/log/ambari-metrics-collector/gc.log-201503040034 -Xmx12288m
> -Dhbase.log.dir=/var/log/ambari-metrics-collector
> -Dhbase.log.file=hbase-ams-master-perf-400-3mar-b-ams-1.log
> -Dhbase.home.dir=/usr/lib/ams-hbase/bin/.. -Dhbase.id.str=ams
> -Dhbase.root.logger=INFO,RFA -Dhbase.security.logger=INFO,RFAS
> org.apache.hadoop.hbase.master.HMaster start
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)