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:
parent
0b64b9288f
commit
15cd44e443
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue