Vladislav Pyatkov created IGNITE-20874:
------------------------------------------
Summary: Node cleanup procedure
Key: IGNITE-20874
URL: https://issues.apache.org/jira/browse/IGNITE-20874
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
h3. Motivation
In the final stage, an RW transaction sends cleanup messages to all enlisted
replication groups in the transaction. Although several of these groups might
be in the same node, the nodes would be notified several times. Besides, a
release lock procedure makes sense only once for a specific transaction on the
node.
h3. Definition of done
Implement a node-wide cleanup. This procedure should be triggered by a direct
message to a particular node and release all locks for a specific transaction
synchronously (before response). The request also triggers replication cleanup,
which fixes all write intents for the specific transaction.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)