[
https://issues.apache.org/jira/browse/PHOENIX-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199015#comment-14199015
]
Jesse Yates edited comment on PHOENIX-1331 at 11/5/14 8:33 PM:
---------------------------------------------------------------
Well, is it failing on the jenkins builds? Also is this on master, 4.0? Maybe a
stacktrace of the hanging test so it can be analyzed?
was (Author: jesse_yates):
Well, is it failing on the jenkins builds?
> DropIndexDuringUpsertIT.testWriteFailureDropIndex times out
> -----------------------------------------------------------
>
> Key: PHOENIX-1331
> URL: https://issues.apache.org/jira/browse/PHOENIX-1331
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
>
> The DropIndexDuringUpsertIT.testWriteFailureDropIndex() test consistently
> fails by timing out on my Mac laptop and Mac desktop with the following
> exception:
> {code}
> testWriteFailureDropIndex(org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT)
> Time elapsed: 341.902 sec <<< ERROR!
> java.lang.Exception: test timed out after 300000 milliseconds
> at sun.misc.Unsafe.park(Native Method)
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:969)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
> at java.util.concurrent.FutureTask.get(FutureTask.java:83)
> at
> org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT.testWriteFailureDropIndex(DropIndexDuringUpsertIT.java:150)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)