Skip to content

Fix custom write checkpoints #280

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

Merged
merged 3 commits into from
Jun 18, 2025
Merged

Fix custom write checkpoints #280

merged 3 commits into from
Jun 18, 2025

Conversation

rkistner
Copy link
Contributor

@rkistner rkistner commented Jun 18, 2025

Fixes a regression from #276. The bug is not any release, so not adding a changeset.

#276 refactored custom write checkpoints to be flushed together with other changes when using MongoDB storage, to make it easy to associate an op_id with it. The bug is that if there were no other changes to flush, the write checkpoints weren't flushed either. This fixes it, and adds a test to reproduce.

This also adds a log message to indicate when custom write checkpoints are being flushed (but no details included yet).

@rkistner rkistner requested a review from stevensJourney June 18, 2025 15:02
Copy link

changeset-bot bot commented Jun 18, 2025

⚠️ No Changeset found

Latest commit: a07a47c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@rkistner rkistner merged commit 0a8acc2 into main Jun 18, 2025
21 checks passed
@rkistner rkistner deleted the fix-custom-write-checkpoints branch June 18, 2025 15:15
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