We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 sender: failed to open WAL file
2024-09-09T16:15:14.448108Z WARN {cid=987 ttid=$TTID application_name=Some("pageserver")}:WAL sender: failed to open WAL file /storage/safekeeper/data/$TENANT_ID/$TIMELINE_ID/0000000100000802000000D7
Query
Likely a race condition, for example with timeline deletion.
Maybe same condition as #8972
The text was updated successfully, but these errors were encountered:
WAL removal task failed: No such file or directory
Yes, very likely a race with timeline deletion, it should be made graceful (waiting for walsender shutdown).
Sorry, something went wrong.
jcsp
Successfully merging a pull request may close this issue.
Query
Likely a race condition, for example with timeline deletion.
Maybe same condition as #8972
The text was updated successfully, but these errors were encountered: