-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bug Report: Backup: runtime error on v19.0.0 #15419
Comments
@mattlord I'll look for building the PR branch and try out. I was asking myself if we are not missing something in our Vitess release process. I find it weird that a release version was not similar as the pre-release (RC) one. It could be frustrating to find a bug that was not present during the RC testing. Should we not improve our release process to release RC version with new commit before releasing a final version? It may delay the final release but it could improve the stability of the project :) |
This can happen with any bug fix in any release. The real problem IMO is that we don't have a good mock test framework that is then used to cover all of the functionality for the s3 backup storage plugin. |
You make some good points. We should consider this. Making sure that the release commit is the same as a previously released candidate does give us better confidence. |
That would imply doing several RC releases though. |
@mattlord I can confirm it fixed the issue |
Overview of the Issue
Updating from 19.0.0-rc.1 to 19.0.0 backups are no longer working.
E0307 07:50:07.804724 62492 main.go:56] rpc error: code = Unknown desc = caught panic during Backup: runtime error: invalid memory address or nil pointer dereference
Reproduction Steps
E0307 07:50:07.804724 62492 main.go:56] rpc error: code = Unknown desc = caught panic during Backup: runtime error: invalid memory address or nil pointer dereference
Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: