You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/05/09 19:53:00 UTC

[jira] [Created] (ACCUMULO-3788) ContinuousBatchWalker fails trying to set ranges on closed batchscanner

Josh Elser created ACCUMULO-3788:
------------------------------------

             Summary: ContinuousBatchWalker fails trying to set ranges on closed batchscanner
                 Key: ACCUMULO-3788
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3788
             Project: Accumulo
          Issue Type: Bug
          Components: t, test
            Reporter: Josh Elser
             Fix For: 1.8.0, 1.7.1


The second iteration of a continuous batch walker will always fail.

# Create batchscanner
# Set ranges
# Read data
# Close batchscanner
# Set ranges

At the top of the loop in {{ContinuousBatchWalker#main}}, the BatchScanner needs to be recreated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)