[ https://issues.apache.org/jira/browse/HBASE-11038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981859#comment-13981859
]
Hudson commented on HBASE-11038:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #296 (See [https://builds.apache.org/job/HBase-0.98/296/])
HBASE-11038 Filtered scans can bypass metrics collection (ndimiduk: rev 1590068)
* /hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> Filtered scans can bypass metrics collection
> --------------------------------------------
>
> Key: HBASE-11038
> URL: https://issues.apache.org/jira/browse/HBASE-11038
> Project: HBase
> Issue Type: Bug
> Components: Scanners
> Affects Versions: 0.96.2, 0.98.1, 0.99.0
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
> Fix For: 0.99.0, 0.98.2, 0.96.3
>
> Attachments: HBASE-11038.00.patch, HBASE-11038.01.96.patch, HBASE-11038.01.98.patch,
HBASE-11038.01.patch
>
>
> In RegionScannerImpl#nextRaw, after a batch of results are retrieved, delegates to the
filter regarding continuation of the scan. If filterAllRemaining returns true, the method
exits immediately, without calling MetricsRegion#updateNextScan.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|