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

WAL not truncated #3848

Closed
fulmicoton opened this issue Sep 19, 2023 · 1 comment
Closed

WAL not truncated #3848

fulmicoton opened this issue Sep 19, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fulmicoton
Copy link
Contributor

fulmicoton commented Sep 19, 2023

In some rare case, it is possible for the source truncation to NOT happen.
If further message are not sent to a given index it is possible for it to NEVER get truncated, and to have the WAL queues files to never be collected.

As a work around, we want to have truncation on requested checkpoint to happen upon source restart too.

@fmassot
Copy link
Contributor

fmassot commented Nov 22, 2023

Fixed by #4127

@fmassot fmassot closed this as completed Nov 22, 2023
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
Development

No branches or pull requests

2 participants