Skip to content

Index restore: take index id into account#1075

Merged
noha merged 2 commits intomainfrom
restore-withindexID
Feb 17, 2026
Merged

Index restore: take index id into account#1075
noha merged 2 commits intomainfrom
restore-withindexID

Conversation

@MarcusDenker
Copy link
Contributor

@MarcusDenker MarcusDenker commented Feb 6, 2026

This PR
- makes sure to set the id for the low level list when used with the SoilIndexedDictionary
- asCopyOnWrite sets ID
- materialization SoilIndexedDictionary sets id for lower index

the isForItem: check to search the transaction log is changed to be #isForItem:index

testRecoverAddedKeysTwoLists is a test that failed before and works now. Fixes #1068

	- makes sure to set the id for the low lovel list when used with the SoilIndexedDictionary
	- asCopyOnWrite sets ID
	- materialization SoilIndexedDictionary sets id for lower index

the isForItem: check to search the transaction log is changed to be #isForItem:index

testRecoverAddedKeysTwoLists is a test that failed before and works now. Fixes #1068
@noha noha merged commit 7f1c4a4 into main Feb 17, 2026
4 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Soil project board Feb 17, 2026
@MarcusDenker MarcusDenker deleted the restore-withindexID branch February 18, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Index: restore needs to take index id into account

2 participants