Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 28808 invoked from network); 30 Nov 2007 04:41:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 04:41:18 -0000 Received: (qmail 79920 invoked by uid 500); 30 Nov 2007 04:40:56 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 79865 invoked by uid 500); 30 Nov 2007 04:40:56 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 79834 invoked by uid 99); 30 Nov 2007 04:40:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 20:40:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 04:40:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FE68714209 for ; Thu, 29 Nov 2007 20:40:43 -0800 (PST) Message-ID: <8767905.1196397643247.JavaMail.jira@brutus> Date: Thu, 29 Nov 2007 20:40:43 -0800 (PST) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2309) [hbase] ConcurrentModificationException doing get of all region start keys In-Reply-To: <11878795.1196369743222.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546995 ] Hadoop QA commented on HADOOP-2309: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12370596/patch.txt against trunk revision r599643. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests -1. The patch failed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1211/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1211/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1211/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1211/console This message is automatically generated. > [hbase] ConcurrentModificationException doing get of all region start keys > -------------------------------------------------------------------------- > > Key: HADOOP-2309 > URL: https://issues.apache.org/jira/browse/HADOOP-2309 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Affects Versions: 0.16.0 > Reporter: stack > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.16.0 > > Attachments: patch.txt > > > Reported by Paul Saab: > {code} > I'm getting the following exception when getting the start key from every table. If I try to grab it again, it will succeed. Is this a bug or do you need to catch these sort of exceptions in my code?... > Looking for key: img529/6013/46da7e3f111daje2.jpg > Exception in thread "main" java.io.IOException: java.io.IOException: java.util.ConcurrentModificationException > at java.util.TreeMap$NavigableSubMap$SubMapIterator.nextEntry (TreeMap.java:1572) > at java.util.TreeMap$NavigableSubMap$SubMapEntryIterator.next(TreeMap.java:1620) > at java.util.TreeMap$NavigableSubMap$SubMapEntryIterator.next(TreeMap.java:1614) > at org.apache.hadoop.hbase.HStore$Memcache.internalGet (HStore.java:223) > at org.apache.hadoop.hbase.HStore$Memcache.get(HStore.java:152) > at org.apache.hadoop.hbase.HStore.get(HStore.java:1490) > at org.apache.hadoop.hbase.HRegion.get(HRegion.java:1002) > at org.apache.hadoop.hbase.HRegion.get(HRegion.java:959) > at org.apache.hadoop.hbase.HRegionServer.get(HRegionServer.java:1233) > at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:379) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java :596) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at org.apache.hadoop.hbase.RemoteExceptionHandler.decodeRemoteException(RemoteExceptionHandler.java :82) > at org.apache.hadoop.hbase.HTable.get(HTable.java:202) > at us.imageshack.hbase.ListRegions.run(ListRegions.java:25) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at us.imageshack.hbase.ListRegions.main (ListRegions.java:38) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:155) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.