You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/01/25 15:18:26 UTC

[jira] [Created] (HBASE-17531) Memory tuning should account for undefined max heap

Sean Busbey created HBASE-17531:
-----------------------------------

             Summary: Memory tuning should account for undefined max heap
                 Key: HBASE-17531
                 URL: https://issues.apache.org/jira/browse/HBASE-17531
             Project: HBase
          Issue Type: Bug
          Components: regionserver
            Reporter: Sean Busbey


While going through HBASE-17522, I noticed that our calculations for heap usage don't account for the JVM returning a -1 to mean "undefined" for the max heap. for example, {{getOnheapGlobalMemstoreSize}} just does the calculation as it would if a normal number is returned, which means we end up with -1 or 0 and then the logic in {{RegionServerAccounting.isAboveHighWaterMark()}} is always going to say "we need to flush".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)