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)