You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2023/02/20 11:58:00 UTC

[jira] [Created] (IGNITE-18848) Error handling for RO transactions on rebalance

Kirill Tkalenko created IGNITE-18848:
----------------------------------------

             Summary: Error handling for RO transactions on rebalance
                 Key: IGNITE-18848
                 URL: https://issues.apache.org/jira/browse/IGNITE-18848
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


After the rebalancing of storages (*org.apache.ignite.internal.storage.MvPartitionStorage* and *org.apache.ignite.internal.tx.storage.state.TxStateStorage*) has begun and before it is completed, the methods for reading and cursors will throw exceptions *org.apache.ignite.internal.storage.StorageRebalanceException* and *org.apache.ignite.lang.IgniteInternalException*(with *org.apache.ignite.lang.ErrorGroups.Transactions#TX_STATE_STORAGE_REBALANCE_ERR*), so RO transactions may fall with errors and you need to handle this somehow.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)