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

Lars Hofhansl updated HBASE-13629:
----------------------------------
    Summary: Add to 1.0: HBASE-12957 region_mover#isSuccessfulScan may be 
extremely slow on region with lots of expired data  (was: Add to 1.0: )

> 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
>            Assignee: Lars Hofhansl
>             Fix For: 0.98.13, 1.0.2
>
>
> 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)

Reply via email to