[
https://issues.apache.org/jira/browse/IGNITE-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673139#comment-16673139
]
ASF GitHub Bot commented on IGNITE-10109:
-----------------------------------------
GitHub user gvvinblade opened a pull request:
https://github.com/apache/ignite/pull/5247
IGNITE-10109 MVCC TX: data become inconsistent after several updates
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5247.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5247
----
commit bc9d4dbe96bc9de3cf80aaa58a3be8536aed66d5
Author: Igor Seliverstov <gvvinblade@...>
Date: 2018-11-02T14:05:59Z
IGNITE-10109 fixed wrong keys postprocessing on backup nodes
----
> MVCC TX: data become inconsistent after several updates
> -------------------------------------------------------
>
> Key: IGNITE-10109
> URL: https://issues.apache.org/jira/browse/IGNITE-10109
> Project: Ignite
> Issue Type: Bug
> Components: cache, mvcc
> Reporter: Igor Seliverstov
> Assignee: Igor Seliverstov
> Priority: Major
> Fix For: 2.7
>
>
> see [TC test
> history|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=4365543959682167276&tab=testDetails]
> Here we do concurrent updates on several accounts (update their balances
> incrementing one and decrementing another), we expect consistent sum of all
> accounts at any time.
> The sum become inconsistent after while.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)