Guanghao Zhang created HBASE-20536:
--------------------------------------
Summary: Make TestRegionServerAccounting stable and it should not
use absolute number
Key: HBASE-20536
URL: https://issues.apache.org/jira/browse/HBASE-20536
Project: HBase
Issue Type: Improvement
Reporter: Guanghao Zhang
TestRegionServerAccounting failed on our internal jenkin job as we config Xmx
to 10G. We should modify the absolute number to relative value.
{code:java}
new MemStoreSize((3L * 1024L * 1024L * 1024L), (1L * 1024L * 1024L * 1024L),
0);{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)