You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Dudkov (JIRA)" <ji...@apache.org> on 2017/05/30 07:52:04 UTC

[jira] [Assigned] (IGNITE-4680) Properly split batch atomic cache operations between stripes (putAll, removeAll, etc)

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

Konstantin Dudkov reassigned IGNITE-4680:
-----------------------------------------

    Assignee:     (was: Konstantin Dudkov)

> Properly split batch atomic cache operations between stripes (putAll, removeAll, etc)
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-4680
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4680
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Yakov Zhdanov
>             Fix For: 2.1
>
>
> Need to revisit keys/requests mapping procedure and map the update directly to stripe on remote node.
> Here are some points:
> # Abovementioned will require adding stripes count attribute to node's attribute list
> # Need to make sure we take all benefits of biased locking and stripes never get mutually blocked
> # locking all entries before processing request can be removed since it does not make too much sense to atomic cache



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)