Vladislav Pyatkov created IGNITE-25665:
------------------------------------------
Summary: Implement chosen approach for tracking pending entries
Key: IGNITE-25665
URL: https://issues.apache.org/jira/browse/IGNITE-25665
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
h3. Motivation
We need to persistently track pending rows to ensure they are preserved after a
cluster restart. Otherwise, we risk losing them and inadvertently marking
transaction statuses as aborted (as described in the root issue). This could
lead to resolving write intents as aborted, resulting in permanent client data
loss.
h3. Definition of done
Pending rows are persisted and fully recovered upon cluster restart.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)