You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/12/02 05:50:43 UTC

[jira] Commented: (HADOOP-2309) [hbase] ConcurrentModificationException doing get of all region start keys

    [ https://issues.apache.org/jira/browse/HADOOP-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547573 ] 

Hadoop QA commented on HADOOP-2309:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12370775/patch.txt
against trunk revision r600019.

    @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 passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1231/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1231/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1231/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1231/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, patch.txt, patch.txt, 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.