VReplication: more unrecoverable error codes#10559
Merged
shlomi-noach merged 2 commits intovitessio:mainfrom Jun 22, 2022
Merged
VReplication: more unrecoverable error codes#10559shlomi-noach merged 2 commits intovitessio:mainfrom
shlomi-noach merged 2 commits intovitessio:mainfrom
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
rohit-nayak-ps
approved these changes
Jun 21, 2022
Member
rohit-nayak-ps
left a comment
There was a problem hiding this comment.
lgtm
Code changes look good, but I see some onlineddl workflows are failing. They are rerunning now, and the errors looked as if they were not related to this change, so approving.
dbussink
approved these changes
Jun 21, 2022
Member
|
@shlomi-noach as a bugfix, would this also be eligible to backport to the 14 release branch as well? |
Contributor
Author
I think so! |
Contributor
Author
yes, there is increased flakiness lately, which I don't have good explanation for, yet. |
Contributor
Author
|
Ohhhh. The |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
shlomi-noach
added a commit
to planetscale/vitess
that referenced
this pull request
Jun 22, 2022
* VReplication: more unrecoverable error codes Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> * correct path for test files Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
3 tasks
shlomi-noach
added a commit
that referenced
this pull request
Jun 22, 2022
rsajwani
pushed a commit
to planetscale/vitess
that referenced
this pull request
Jun 27, 2022
…io#781) * VReplication: more unrecoverable error codes Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> * correct path for test files Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
followup to #9973, #10390, #10394
Adding error codes related to
DATETIMEvalue conversion/truncation. This will fail aVReplicationworkflow, and specifically an Online DDLvitessmigration, immediately upon receipt of such error.Related Issue(s)
#6926
Checklist
Deployment Notes