You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/07/03 06:24:00 UTC

[jira] [Resolved] (IGNITE-10252) Cache.get() may be mapped to the node with partition state is "MOVING"

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

Aleksey Plekhanov resolved IGNITE-10252.
----------------------------------------
    Fix Version/s:     (was: 2.9)
       Resolution: Duplicate

> Cache.get() may be mapped to the node with partition state is "MOVING"
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-10252
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10252
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Govorukhin
>            Priority: Major
>
> After implemented IGNITE-5357, in some cases get maybe mapped to the node with partition state is "MOVING" for PARTITION cache and it may lead to some assertion errors (we do not allow read from moving partitions). In an original issue, a talk was about only replicated cache, why it was implemented for partition cache, not clear.
> Details see in GridCacheContext#selectAffinityNodeBalanced(), method does not check that node is owner for partition.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)