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

Kirill Tkalenko commented on IGNITE-13650:
------------------------------------------

Hi [~sergeychugunov]! There is only one blocker left, it has a high failed rate 
and it seems that it is not because of my changes. 
Here is the stack where the long wait occurs:
{noformat}
"test-runner-#808019%distributed.IgniteCacheNearRestartRollbackSelfTest%" 
#823608 prio=5 os_prio=0 tid=0x00007fe104bdf800 nid=0x2a60 waiting on condition 
[0x00007fdc81d2e000]
   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304)
        at 
org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:178)
        at 
org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:141)
        at 
org.apache.ignite.internal.processors.cache.GridCacheAdapter$26.op(GridCacheAdapter.java:2749)
        at 
org.apache.ignite.internal.processors.cache.GridCacheAdapter$26.op(GridCacheAdapter.java:2737)
        at 
org.apache.ignite.internal.processors.cache.GridCacheAdapter.syncOp(GridCacheAdapter.java:4450)
        at 
org.apache.ignite.internal.processors.cache.GridCacheAdapter.invokeAll(GridCacheAdapter.java:2737)
        at 
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.invokeAll(IgniteCacheProxyImpl.java:1810)
        at 
org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.invokeAll(GatewayProtectedCacheProxy.java:1288)
        at 
org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest.updateEntries(IgniteCacheNearRestartRollbackSelfTest.java:252)
        at 
org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest.updateCache(IgniteCacheNearRestartRollbackSelfTest.java:205)
        at 
org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest.testRestarts(IgniteCacheNearRestartRollbackSelfTest.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2373)
        at java.lang.Thread.run(Thread.java:748)
{noformat}


> Remove FileWriteAheadLogManager#updateCurrentHandle from under assert
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-13650
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13650
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.10
>
>
> It is necessary to remove FileWriteAheadLogManager#updateCurrentHandle out of 
> assert:
> {code:java}
> assert updateCurrentHandle(next, hnd) : "Concurrent updates on rollover are 
> not allowed";
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to