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

[FIXED] Invalidate stream state on read/write if tracking states mismatch #6034

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

MauriceVanVeen
Copy link
Member

  • When writing the state file, the state check was not active anymore. That change was made here.
  • When reading the state file, the state check was removed as well which meant if all checksums matched we'd use a stale index.db. Re-introduced the state check from here.

Signed-off-by: Maurice van Veen github@mauricevanveen.com

@MauriceVanVeen MauriceVanVeen force-pushed the maurice/write-full-state-check-equals branch from 13eefbb to 2ddff06 Compare October 24, 2024 07:38
@MauriceVanVeen MauriceVanVeen changed the title [FIXED] Check state consistency on read/write [FIXED] Check stream state consistency on read/write Oct 24, 2024
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
@MauriceVanVeen MauriceVanVeen force-pushed the maurice/write-full-state-check-equals branch from 2ddff06 to 9656708 Compare October 24, 2024 17:43
@MauriceVanVeen MauriceVanVeen changed the title [FIXED] Check stream state consistency on read/write [FIXED] Invalidate stream state on read/write if tracking states mismatch Oct 24, 2024
@MauriceVanVeen MauriceVanVeen marked this pull request as ready for review October 24, 2024 18:10
@MauriceVanVeen MauriceVanVeen requested a review from a team as a code owner October 24, 2024 18:10
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@derekcollison derekcollison merged commit 2086858 into main Oct 24, 2024
5 checks passed
@derekcollison derekcollison deleted the maurice/write-full-state-check-equals branch October 24, 2024 18:14
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.

2 participants