You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/10/08 02:59:33 UTC

[jira] [Created] (PHOENIX-1331) DropIndexDuringUpsertIT.testWriteFailureDropIndex fails on Mac

James Taylor created PHOENIX-1331:
-------------------------------------

             Summary: DropIndexDuringUpsertIT.testWriteFailureDropIndex fails on Mac
                 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)