Vladislav Pyatkov created IGNITE-25666:
------------------------------------------
Summary: Asynchronous batched processing of write intent resolution
Key: IGNITE-25666
URL: https://issues.apache.org/jira/browse/IGNITE-25666
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
h3. Motivation
We currently perform write intent resolution for each transaction individually.
The local processing (on the primary replica) is synchronous, while applying
the Raft command is asynchronous.
A better approach would be to make the entire process asynchronous and batch
multiple transactions into a single Raft action.
h3. Definition of done
# The write intent resolution process is now fully asynchronous, operating on
batches of transactions.
# This improvement requires benchmarking to validate its performance impact.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)