You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2023/02/06 10:00:00 UTC

[jira] [Created] (IGNITE-18717) Fix parallel read and delete RowVersion for PageMemoryMvPartitionStorage

Kirill Tkalenko created IGNITE-18717:
----------------------------------------

             Summary: Fix parallel read and delete RowVersion for PageMemoryMvPartitionStorage
                 Key: IGNITE-18717
                 URL: https://issues.apache.org/jira/browse/IGNITE-18717
             Project: Ignite
          Issue Type: Bug
            Reporter: Kirill Tkalenko


It was found that we do not have protection against parallel deletion and read RowVersion for PageMemoryMvPartitionStorage. 

See the epic for a little more details.

For a start, you can see the problems if you enable tests:
* *org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorageConcurrencyTest*
* *org.apache.ignite.internal.storage.pagememory.mv.VolatilePageMemoryMvPartitionStorageConcurrencyTest*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)