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

Keith Turner resolved ACCUMULO-1962.
------------------------------------
    Resolution: Duplicate

https://github.com/apache/accumulo/issues/1120

> Improve batch scanner throughput in failure case
> ------------------------------------------------
>
>                 Key: ACCUMULO-1962
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1962
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Keith Turner
>            Priority: Major
>             Fix For: 2.0.0
>
>
> The batch scanner currently does the following.
>  # bin ranges to tablets servers and tabelts
>  # if any ranges could not be binned (e.g. a  tablet had no location) goto 1
>  # queue up work for tablet servers on a thread pool
>  # wait for thread pool to complete all work
>  # if there were any failures goto 1
> In the face of failures (tablets not assigned because of migration, tablet 
> servers dying) it would be better if the batch scanner worked on what it 
> could and immediately requeued failures for processing immediately.   The 
> ConditionalWriter and BatchWriter have failure queues and increase the retry 
> time if something keeps failing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to