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)