You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2018/07/24 06:31:00 UTC

[jira] [Created] (HBASE-20929) IncreasingToUpperBoundRegionSplitPolicy -> shouldSplit -> Log.debug should be enclosed inside LOG.isdebugEnabled()

Vishal Khandelwal created HBASE-20929:
-----------------------------------------

             Summary: IncreasingToUpperBoundRegionSplitPolicy -> shouldSplit -> Log.debug should be enclosed inside LOG.isdebugEnabled()
                 Key: HBASE-20929
                 URL: https://issues.apache.org/jira/browse/HBASE-20929
             Project: HBase
          Issue Type: Bug
            Reporter: Vishal Khandelwal
            Assignee: Vishal Khandelwal


Class IncreasingToUpperBoundRegionSplitPolicy. 

 

if (size > sizeToCheck) {
 LOG.debug("ShouldSplit because " + store.getColumnFamilyName() + " size=" + size
 + ", sizeToCheck=" + sizeToCheck + ", regionsWithCommonTable="
 + tableRegionsCount);
 foundABigStore = true;
 }

 

LOG.debug("Failed getOnlineRegions " + tablename, e);



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)