You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/10/16 18:14:05 UTC

[jira] [Updated] (IGNITE-1685) BrokenBarrierException in test o.a.i.i.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.testAtomicClockPutAllMultinode

     [ https://issues.apache.org/jira/browse/IGNITE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Veselovsky updated IGNITE-1685:
------------------------------------
    Description: 
BrokenBarrierException followed by a hang up observed in "Ignite Cache 2" build 
http://94.72.60.102/viewLog.html?buildId=551330&buildTypeId=Ignite_IgniteCache2&tab=buildLog

{code}
 java.util.concurrent.BrokenBarrierException
 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:243)
 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:355)
 	at org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest$14.call(IgniteCacheClientNodeChangingTopologyTest.java:1553)
{code}

  was:
BrokenBarrierException followed by a hang up observed in build 
http://94.72.60.102/viewLog.html?buildId=551330&buildTypeId=Ignite_IgniteCache2&tab=buildLog

[16:48:10]W:		 [org.apache.ignite:ignite-core] java.util.concurrent.BrokenBarrierException
[16:48:10]W:		 [org.apache.ignite:ignite-core] 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:243)
[16:48:10]W:		 [org.apache.ignite:ignite-core] 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:355)
[16:48:10]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest$14.call(IgniteCacheClientNodeChangingTopologyTest.java:1553)


> BrokenBarrierException in test o.a.i.i.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.testAtomicClockPutAllMultinode
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1685
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1685
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Veselovsky
>
> BrokenBarrierException followed by a hang up observed in "Ignite Cache 2" build 
> http://94.72.60.102/viewLog.html?buildId=551330&buildTypeId=Ignite_IgniteCache2&tab=buildLog
> {code}
>  java.util.concurrent.BrokenBarrierException
>  	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:243)
>  	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:355)
>  	at org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest$14.call(IgniteCacheClientNodeChangingTopologyTest.java:1553)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)