HBASE-11038 Filtered scans can bypass metrics collection

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ndimiduk 2014-04-25 16:00:29 +00:00
parent 0b64b9288f
commit 15cd44e443
1 changed files with 1 additions and 1 deletions

View File

@ -3773,7 +3773,7 @@ public class HRegion implements HeapSize { // , Writable{
}
resetFilters();
if (isFilterDoneInternal()) {
return false;
returnResult = false;
}
if (region != null && region.metricsRegion != null) {
long totalSize = 0;