Kirill Tkalenko created IGNITE-25477:
----------------------------------------
Summary: Optimizing the use of commitWrita and abortWrite in
StorageUpdateHandler#switchWriteIntents
Key: IGNITE-25477
URL: https://issues.apache.org/jira/browse/IGNITE-25477
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
We need to optimize
*org.apache.ignite.internal.table.distributed.StorageUpdateHandler#switchWriteIntents*
so that it doesn't do unnecessary reads from storage when calling
*org.apache.ignite.internal.partition.replicator.raft.snapshot.PartitionDataStorage#commitWrite*
and
*org.apache.ignite.internal.partition.replicator.raft.snapshot.PartitionDataStorage#abortWrite*.
This is part of IGNITE-20347.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)