[jira] [Created] (IGNITE-10391) MVCC: Invoke request fails on backup while rebalance is in progress.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-10391) MVCC: Invoke request fails on backup while rebalance is in progress.

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-10391:
-----------------------------------------

             Summary: MVCC: Invoke request fails on backup while rebalance is in progress.
                 Key: IGNITE-10391
                 URL: https://issues.apache.org/jira/browse/IGNITE-10391
             Project: Ignite
          Issue Type: Bug
          Components: mvcc
            Reporter: Andrew Mashenkov
             Fix For: 2.8


Invoke request fails with Assertion on backup while rebalance is in progress.

Enlist request handler expects entry processor instead of value in case of Invoke operation,
but when rebalance is in progress we pass entry history to backup side. This causes assertion triggering.

We have to handle correctly this case and apply history and then entry processor.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)