You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/03/18 22:58:46 UTC

[jira] [Commented] (PHOENIX-872) getConnection() sometimes fails with a ConcurrentModificationException

    [ https://issues.apache.org/jira/browse/PHOENIX-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939861#comment-13939861 ] 

Hudson commented on PHOENIX-872:
--------------------------------

SUCCESS: Integrated in Apache Phoenix - Branch:master #189 (See [https://builds.apache.org/job/Phoenix/189/])
PHOENIX-872 getConnection() sometimes fails with a ConcurrentModificationException (JamesTaylor) (jamestaylor: rev a71ced17ab6c664fa191df0f977466b3c1b923a0)
* phoenix-core/src/main/java/org/apache/phoenix/schema/PMetaDataImpl.java


> getConnection() sometimes fails with a ConcurrentModificationException
> ----------------------------------------------------------------------
>
>                 Key: PHOENIX-872
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-872
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Samarth Jain
>            Assignee: James Taylor
>             Fix For: 3.0.0, 4.0.0, 5.0.0
>
>         Attachments: PHOENIX-872.patch
>
>
> Relevant part of the stacktrace:
> {code}
> Caused by: java.util.ConcurrentModificationException
>     at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:394)
>     at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:409)
>     at com.google.common.collect.Iterators$3.next(Iterators.java:160)
>     at org.apache.phoenix.schema.PMetaDataImpl.pruneTables(PMetaDataImpl.java:234)
>     at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:178)
>     at org.apache.phoenix.query.ConnectionQueryServicesImpl.connect(ConnectionQueryServicesImpl.java:474)
>     at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.connect(PhoenixEmbeddedDriver.java:116)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)