Kirill Tkalenko created IGNITE-26233:
----------------------------------------
Summary: Fix issues after increasing partition generation and
checkpoint
Key: IGNITE-26233
URL: https://issues.apache.org/jira/browse/IGNITE-26233
Project: Ignite
Issue Type: Bug
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
It was found that after deleting a partition, which increases its generation,
errors occur when it is recreated and if a checkpoint has started between this.
We need to fix this problem.
The idea of fixing it is to save the partition generation in the list of dirty
pages and if it is found that a page is in the list of dirty pages with a
different generation, then we should skip such a page.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)