You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2013/04/18 00:49:16 UTC

[jira] [Created] (ACCUMULO-1303) OfflineScanner forks tablet code and doesn't close readers

John Vines created ACCUMULO-1303:
------------------------------------

             Summary: OfflineScanner forks tablet code and doesn't close readers
                 Key: ACCUMULO-1303
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1303
             Project: Accumulo
          Issue Type: Improvement
          Components: client
            Reporter: John Vines
            Assignee: Billie Rinaldi


Taken from TODO:

createIterator seems to share a bit of code with Tablet, which is just copied instead of reused. This can cause issues down the road if the code in one side changes. If we can try to use the same code base for this logic, it would be better. This may also help with leaving the readers open as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira