You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2016/12/16 16:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semen Boikov resolved IGNITE-2412.
----------------------------------
    Resolution: Fixed

Did some refactoring in GridCacheAdapter/GridDhtAtomicCache so that now we do not call 'asyncOp' for synchronous operations.

> Synchronous atomic ops should not call GridDhtAtomicCache.asyncOp
> -----------------------------------------------------------------
>
>                 Key: IGNITE-2412
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2412
>             Project: Ignite
>          Issue Type: Task
>          Components: cache
>            Reporter: Semen Boikov
>            Assignee: Semen Boikov
>            Priority: Critical
>             Fix For: 2.0
>
>
> 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)