Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 33877 invoked from network); 17 May 2010 23:11:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 23:11:04 -0000 Received: (qmail 4920 invoked by uid 500); 17 May 2010 23:11:04 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 4881 invoked by uid 500); 17 May 2010 23:11:04 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 4873 invoked by uid 99); 17 May 2010 23:11:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 23:11:04 +0000 X-ASF-Spam-Status: No, hits=-1436.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 23:11:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4HNAhSx023320 for ; Mon, 17 May 2010 23:10:43 GMT Message-ID: <18294604.93781274137843134.JavaMail.jira@thor> Date: Mon, 17 May 2010 19:10:43 -0400 (EDT) From: "stack (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2520) Cleanup arrays vs Lists of scanners 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/HBASE-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868438#action_12868438 ] stack commented on HBASE-2520: ------------------------------ I applied patch to TRUNK. Some had already gone in. > Cleanup arrays vs Lists of scanners > ----------------------------------- > > Key: HBASE-2520 > URL: https://issues.apache.org/jira/browse/HBASE-2520 > Project: Hadoop HBase > Issue Type: Improvement > Components: regionserver > Reporter: Todd Lipcon > Assignee: ryan rawson > Priority: Trivial > Fix For: 0.21.0 > > Attachments: hbase-2520.txt > > > Arrays and Lists are used inconsistently for working with sets of scanners throughout KeyValueHeap, MemStore, StoreScanner, etc. We should pick one and use it consistently. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.