[jira] [Created] (IGNITE-2412) Synchronous atomic ops should not call GridDhtAtomicCache.asyncOp

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2412) Synchronous atomic ops should not call GridDhtAtomicCache.asyncOp

Anton Vinogradov (Jira)
Semen Boikov created IGNITE-2412:
------------------------------------

             Summary: Synchronous atomic ops should not call GridDhtAtomicCache.asyncOp
                 Key: IGNITE-2412
                 URL: https://issues.apache.org/jira/browse/IGNITE-2412
             Project: Ignite
          Issue Type: Sub-task
          Components: cache
            Reporter: Semen Boikov
            Priority: Critical


GridDhtAtomicCache.asyncOp is needed to limit number of asynchronous operations, but now implementation of synchronous operations calls asynchronous counterpart (i.e. 'put' calls 'putAsync').



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