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

Vyacheslav Koptilin updated IGNITE-13271:
-----------------------------------------
    Description: 
Currently, updates of the same key, for atomic caches, can arrive on backup 
nodes in a different order and the most actual only is applied.
For instance:
Primary node: update1 -> update2 -> update3
Backup node: update1-> update3 -> update2(which is skipped)

It seems it would be useful to track/log these updates for testing purposes.

> Add new type of WAL records to track/debug atomic updates on backup nodes
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-13271
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13271
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Vyacheslav Koptilin
>            Assignee: Vyacheslav Koptilin
>            Priority: Major
>
> Currently, updates of the same key, for atomic caches, can arrive on backup 
> nodes in a different order and the most actual only is applied.
> For instance:
> Primary node: update1 -> update2 -> update3
> Backup node: update1-> update3 -> update2(which is skipped)
> It seems it would be useful to track/log these updates for testing purposes.



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

Reply via email to