Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The order of opIndexes are not guaranteed to be incremental during mutable segment switch #99

Closed
koculu opened this issue Oct 15, 2024 · 0 comments · Fixed by #100
Labels
bug Something isn't working

Comments

@koculu
Copy link
Owner

koculu commented Oct 15, 2024

Recently, the internal operation index (op index) per mutable segment was exposed to simplify the replication process. See Issue #93 for more details.

Initially, the op indexes were designed to increment only within the scope of their respective mutable segment. Consequently, when switching between mutable segments, the op index order is not guaranteed to remain incremental.

To ensure consistency, improve the mutable segment switch process to guarantee that the op index order remains incremental across segment transitions.

@koculu koculu changed the title [BUG] The order of opIndexes are not guranteed to be incremental during mutable segment switch [BUG] The order of opIndexes are not guaranteed to be incremental during mutable segment switch Oct 16, 2024
@koculu koculu added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant