You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Kondakov (JIRA)" <ji...@apache.org> on 2018/03/23 10:22:00 UTC

[jira] [Created] (IGNITE-8031) MVCC TX: TxLog does not support partitions rebalance at the moment. We need to implement it.

Roman Kondakov created IGNITE-8031:
--------------------------------------

             Summary: MVCC TX: TxLog does not support partitions rebalance at the moment. We need to implement it.
                 Key: IGNITE-8031
                 URL: https://issues.apache.org/jira/browse/IGNITE-8031
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Roman Kondakov


When new node joins to the cluster after the partitions rebalance it has empty TxLog. And therefore all transactions committed before this join are considered as uncommitted by this node.

We need to replicate TxLog to the new nodes as well as data partitions.



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