[
https://issues.apache.org/jira/browse/HBASE-13629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell reopened HBASE-13629:
------------------------------------
> Add to 1.0: HBASE-12957 region_mover#isSuccessfulScan may be extremely slow
> on region with lots of expired data
> ---------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-13629
> URL: https://issues.apache.org/jira/browse/HBASE-13629
> Project: HBase
> Issue Type: Sub-task
> Components: scripts
> Reporter: Lars Hofhansl
>
> Parent introduced a typo.
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}
> should be
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)