Fix query list override issue on mysql restart#11309
Merged
harshit-gangal merged 5 commits intovitessio:mainfrom Oct 4, 2022
Merged
Fix query list override issue on mysql restart#11309harshit-gangal merged 5 commits intovitessio:mainfrom
harshit-gangal merged 5 commits intovitessio:mainfrom
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
a8ad56f to
6b77091
Compare
…nection id while removing Signed-off-by: Harshit Gangal <harshit@planetscale.com>
deepthi
approved these changes
Oct 3, 2022
Collaborator
deepthi
left a comment
There was a problem hiding this comment.
💯
A few more comments and then this should be good to merge.
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Collaborator
|
We are in the in-between state right now where release-15.0 branch has been created but is not yet open for back ports (until rc1 is released). When that opens up, we'll need to manually port this fix for release 15. |
rsajwani
pushed a commit
to planetscale/vitess
that referenced
this pull request
Oct 6, 2022
…ssio#1114) * test: added failing e2e test Signed-off-by: Harshit Gangal <harshit@planetscale.com> * log txID and reserveID in stream execute Signed-off-by: Harshit Gangal <harshit@planetscale.com> * fix: maintain list of qd per key on the map and check for current connection id while removing Signed-off-by: Harshit Gangal <harshit@planetscale.com> * added additional comments Signed-off-by: Harshit Gangal <harshit@planetscale.com> Signed-off-by: Harshit Gangal <harshit@planetscale.com> Signed-off-by: Harshit Gangal <harshit@planetscale.com>
harshit-gangal
added a commit
to planetscale/vitess
that referenced
this pull request
Oct 14, 2022
* test: added failing e2e test Signed-off-by: Harshit Gangal <harshit@planetscale.com> * log txID and reserveID in stream execute Signed-off-by: Harshit Gangal <harshit@planetscale.com> * fix: maintain list of qd per key on the map and check for current connection id while removing Signed-off-by: Harshit Gangal <harshit@planetscale.com> * added additional comments Signed-off-by: Harshit Gangal <harshit@planetscale.com> Signed-off-by: Harshit Gangal <harshit@planetscale.com>
harshit-gangal
added a commit
that referenced
this pull request
Oct 15, 2022
[15.0] Fix query list override issue on mysql restart (#11309)
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
This PR fixes the issue with the query list getting overridden when a MySQL restarts and the same connection ID is assigned to a different connection.
Related Issue(s)
Checklist
Deployment Notes