Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Since indexes will be stored in partition files, index partitions should be disposed of in the current codebase.
See:
- org.apache.ignite.internal.pagememory.persistence.store.PageStore#TYPE_IDX
- org.apache.ignite.internal.pagememory.PageIdAllocator#INDEX_PARTITION
- org.apache.ignite.internal.pagememory.persistence.store.GroupPageStoreHolder
- org.apache.ignite.internal.pagememory.persistence.store.FilePageStoreManager#INDEX_FILE_NAME
It will also be useful to correct the flaky FilePageStoreManagerTest#testStopAllGroupFilePageStores.
Attachments
Issue Links
- is a child of
-
IGNITE-15818 [Native Persistence 3.0] Checkpoint, lifecycle and file store refactoring and re-implementation
- Resolved
- is related to
-
IGNITE-17230 Support split-file page store
- Resolved
- links to