You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2015/03/10 16:37:39 UTC

[jira] [Created] (AMBARI-10008) AMS-HBase crashes due to memory setting greater than physical memory available

Dmytro Sen created AMBARI-10008:
-----------------------------------

             Summary: 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


{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)