[
https://issues.apache.org/jira/browse/IGNITE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330778#comment-16330778
]
Alexey Kuznetsov commented on IGNITE-7146:
------------------------------------------
Does anyone know why we need GridCacheTxFinishSync?
All master tests are passed if we completely remove this class from code
> Assertion in GridCacheTxFinishSync
> ----------------------------------
>
> Key: IGNITE-7146
> URL: https://issues.apache.org/jira/browse/IGNITE-7146
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Alexander Belyak
> Priority: Major
>
> Got assertion error in clear log:
> {noformat}
> 2017-12-07 17:24:10.358
> [ERROR][sys-#2376%DPL_GRID%DplGridNodeName%][o.a.i.i.p.c.GridClosureProcessor]
> Closure execution failed with error.
> java.lang.AssertionError: null
> at
> org.apache.ignite.internal.processors.cache.distributed.GridCacheTxFinishSync$TxFinishSync.onSend(GridCacheTxFinishSync.java:250)
> at
> org.apache.ignite.internal.processors.cache.distributed.GridCacheTxFinishSync$ThreadFinishSync.onSend(GridCacheTxFinishSync.java:163)
> at
> org.apache.ignite.internal.processors.cache.distributed.GridCacheTxFinishSync.onFinishSend(GridCacheTxFinishSync.java:70)
> at
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.beforeFinishRemote(IgniteTxManager.java:1522)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.finish(GridNearTxFinishFuture.java:750)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.finish(GridNearTxFinishFuture.java:690)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.finish(GridNearTxFinishFuture.java:430)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal.rollbackNearTxLocalAsync(GridNearTxLocal.java:3314)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal.access$4900(GridNearTxLocal.java:122)
> at
> org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal$26.run(GridNearTxLocal.java:4130)
> at
> org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6685)
> at
> org.apache.ignite.internal.processors.closure.GridClosureProcessor$1.body(GridClosureProcessor.java:827)
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 2017-12-07 17:24:10.358
> [ERROR][sys-#2376%DPL_GRID%DplGridNodeName%][o.a.i.i.p.c.GridClosureProcessor]
> Runtime error caught during grid runnable execution: GridWorker
> [name=closure-proc-worker, igniteInstanceName=DPL_GRID%DplGridNodeName,
> finished=false, hashCode=1220995949, interrupted=false,
> runner=sys-#2376%DPL_GRID%DplGridNodeName%]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)