Skip to content

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
@changeset-bot
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