Igor Seliverstov created IGNITE-7185: ----------------------------------------
Summary: SQL TX: Updates during rebalancing. Key: IGNITE-7185 URL: https://issues.apache.org/jira/browse/IGNITE-7185 Project: Ignite Issue Type: Task Components: sql Reporter: Igor Seliverstov Crrently we map an update operation to data nodes and perform it on all the nodes simultaneously. It works fine on stable topology but produces many issues if the operation happens at the rebalance time because we cannot query data properly if some partitions are in moving state. -- This message was sent by Atlassian JIRA (v6.4.14#64029)