Description
If we get checked exception during tx commit on a primary node and this exception is not supposed to be handled as NodeStopping OR doesn't lead to node stop using Failure Handler, in this case, we may get data loss on a node which is a backup node for this tx.
Possible solution:
If we get any checked or unchecked exception during tx commit we should stop this node after that to prevent further data loss.
Attachments
Issue Links
- is related to
-
IGNITE-11959 NullPointerException If transaction failed and failure handler doesn't configured explicitly
- Resolved
-
IGNITE-9806 Legacy tx invalidation code breaks data consistency between owners.
- Open
- links to