[ 
https://issues.apache.org/jira/browse/HBASE-20929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Elser updated HBASE-20929:
-------------------------------
    Issue Type: Improvement  (was: Bug)

> 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: Improvement
>            Reporter: Vishal Khandelwal
>            Assignee: Vishal Khandelwal
>            Priority: Minor
>
> 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)

Reply via email to