[
https://issues.apache.org/jira/browse/ACCUMULO-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396228#comment-17396228
]
Jeffrey Manno commented on ACCUMULO-1303:
-----------------------------------------
It appears that the similar code in Tablet was moved to a new class,
ScanDataSource.java, in ACCUMULO-2041.
> OfflineIterator 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
> Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)