You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2017/01/20 09:36:26 UTC

[jira] [Created] (IGNITE-4579) Cluster ceased to process transaction, after massive operations of cache on compute task

Vladislav Pyatkov created IGNITE-4579:
-----------------------------------------

             Summary: Cluster ceased to process transaction, after massive operations of cache on compute task
                 Key: IGNITE-4579
                 URL: https://issues.apache.org/jira/browse/IGNITE-4579
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.6
            Reporter: Vladislav Pyatkov


Cluster ceased to process transaction, after massive operations of cache on compute task.

Some of thread are on receiving nio-session:

{noformat}
at java.util.concurrent.Semaphore.acquireUninterruptibly(Semaphore.java:335)
	at org.apache.ignite.internal.util.nio.GridSelectorNioSessionImpl.offerFuture(GridSelectorNioSessionImpl.java:190)
	at org.apache.ignite.internal.util.nio.GridNioServer.send0(GridNioServer.java:434)
{noformat}

Another, when invoking cache operation, calling anothe node synchronously:

{noformat}
	at org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1193)
	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.send(GridCacheIoManager.java:778)
	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.send(GridCacheIoManager.java:927)
	at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture.map(GridDhtAtomicUpdateFuture.java:406)
	at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.updateAllAsyncInternal0(GridDhtAtomicCache.java:1588)
	at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.updateAllAsyncInternal(GridDhtAtomicCache.java:1337)
{noformat}



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