You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sun Xin (Jira)" <ji...@apache.org> on 2021/03/05 09:53:00 UTC

[jira] [Created] (HBASE-25638) The master local region is constantly major compact

Sun Xin created HBASE-25638:
-------------------------------

             Summary: The master local region is constantly major compact
                 Key: HBASE-25638
                 URL: https://issues.apache.org/jira/browse/HBASE-25638
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.4.1, 2.3.4, 3.0.0-alpha-1
            Reporter: Sun Xin
            Assignee: Sun Xin


In [MasterRegionFlusherAndCompactor.compact|https://github.com/apache/hbase/blob/830d2895b27fa0cf39a28d3af9673a4126ea8258/hbase-server/src/main/java/org/apache/hadoop/hbase/master/region/MasterRegionFlusherAndCompactor.java#L164], we call region.compact(true) constantly like recursion. This caused a lot of logs to be flushed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)