Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB04D96C0 for ; Mon, 4 Mar 2013 03:07:15 +0000 (UTC) Received: (qmail 55158 invoked by uid 500); 4 Mar 2013 03:07:15 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 54822 invoked by uid 500); 4 Mar 2013 03:07:15 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 54779 invoked by uid 99); 4 Mar 2013 03:07:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 03:07:14 +0000 Date: Mon, 4 Mar 2013 03:07:14 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1002) Lift close method on TabletServerBatchReaderImpl to ScannerBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591952#comment-13591952 ] Hudson commented on ACCUMULO-1002: ---------------------------------- Integrated in Accumulo-1.5-Hadoop-2.0 #11 (See [https://builds.apache.org/job/Accumulo-1.5-Hadoop-2.0/11/]) ACCUMULO-1002 Apply override annotation to the close method on the BatchScanner implementation to be explicit (Revision 1452169) ACCUMULO-1002 Add a close method to ScannerBase and a no-op impl to ScannerOptions. (Revision 1452168) Result = SUCCESS elserj : Files : * /accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReader.java elserj : Files : * /accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java * /accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/impl/ScannerOptions.java * /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/monitor/servlets/trace/NullScanner.java > 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: Josh Elser > Fix For: 1.5.0 > > > 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