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 2013/01/29 16:47:12 UTC

[jira] [Created] (ACCUMULO-1002) Lift close method on TabletServerBatchReaderImpl to ScannerBase

Josh Elser created ACCUMULO-1002:
------------------------------------

             Summary: Lift close method on TabletServerBatchReaderImpl to ScannerBase
                 Key: ACCUMULO-1002
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1002
             Project: Accumulo
          Issue Type: Improvement
          Components: client
    Affects Versions: 1.4.2
            Reporter: Josh Elser
            Assignee: Billie Rinaldi


There's a long standing known silly "issue" where the Scanner interface doesn't have a close method, while the BatchScanner does.

Both inherit from a common ScannerBase, so it seems awkward that the interface is the same for both Scanner and BatchScanner (even if the close method on Scanner is a noop)

--
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