You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2016/12/08 04:15:58 UTC

[jira] [Created] (IGNITE-4393) Need to remove code putting cache operations to sequence

Yakov Zhdanov created IGNITE-4393:
-------------------------------------

             Summary: Need to remove code putting cache operations to sequence
                 Key: IGNITE-4393
                 URL: https://issues.apache.org/jira/browse/IGNITE-4393
             Project: Ignite
          Issue Type: Improvement
            Reporter: Yakov Zhdanov
            Assignee: Semen Boikov
             Fix For: 1.9


Currently Ignite guarantees that async operations started from the same thread are applied in the same order. This code will be literally useless once we move to thread per partition model.

org.apache.ignite.internal.processors.cache.GridCacheAdapter#toggleAsync
org.apache.ignite.internal.processors.cache.GridCacheAdapter#asyncOpAcquire
org.apache.ignite.internal.processors.cache.GridCacheAdapter#asyncOpRelease
org.apache.ignite.internal.processors.cache.GridCacheAdapter#asyncOpsSem
org.apache.ignite.internal.processors.cache.GridCacheAdapter#lastFut
org.apache.ignite.internal.processors.cache.GridCacheAdapter.FutureHolder 



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