Skip to content

Conversation

Zouxxyy
Copy link
Contributor

@Zouxxyy Zouxxyy commented Sep 29, 2025

Purpose

Add deleted index generation to bucketed dv and hash maintainer.

Therefore, we can fully include the deleted index and added index in the commit message for subsequent conflict detection.

Tests

API and Format

Documentation

}

old.clean();
// Keep the old deletion file.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we should keep the old deletion file

}
modified = false;
return Collections.singletonList(entry);
IndexFileMeta toRemove = beforeFile;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the streaming scenario, the index maintainer will always hold it and not create it repeatedly, so this logic needs to be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant