[ https://issues.apache.org/jira/browse/AMBARI-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sumit Mohanty reopened AMBARI-11333: ------------------------------------ The fix is causing HBase daemons to not come up. {noformat} /usr/hdp/current/hbase-master/bin/hbase-daemon.sh --config /usr/hdp/current/hbase-master/conf start master starting master, logging to /grid/0/log/hbase/hbase-hbase-master-ip-xxx.out cat /grid/0/log/hbase/hbase-hbase-master-ip-xxx.out Error: Could not find or load main class XX:PermSize11=128m {noformat} > Change HBase regionserver PERM size to "XX:PermSize=128m -XX:MaxPermSize=128m" > ------------------------------------------------------------------------------ > > Key: AMBARI-11333 > URL: https://issues.apache.org/jira/browse/AMBARI-11333 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Reporter: Dmitry Lysnichenko > Assignee: Dmitry Lysnichenko > Fix For: 2.1.0 > > Attachments: AMBARI-11333.patch > > > PROBLEM: Multiple full GCs are being observed in hbase regionservers due to > PERM size being too low. Based on review of the logs, we are proposing to > pass: > XX:PermSize=128m -XX:MaxPermSize=256m > for the regionserver. -- This message was sent by Atlassian JIRA (v6.3.4#6332)