This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains 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
This functionality facilitates the use case where we connect to an externally managed mysql, but whose database has not been created yet. If the DB we look for is not found, we can just create it. Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Backport: Turn off schema tracker by default
Backport: VDiff: fix panic for tables with a unicode_loose_md5 vindex
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[Backport] Fix reserved connection in autocommit mode on DML vitessio#6748
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Backport vitessio#6758 operator precedence must take associativity into consideration
Replaced Error with a warning in case parsing of VT_SPAN_CONTEXT fails
tm: call setReadOnly inside ChangeTabletType
…r-keyspace-upstream Fixes long wait filter keyspace
…managed tablets Signed-off-by: deepthi <deepthi@planetscale.com>
…tess-2020.09.24.r0
…ernally managed tablets" This reverts commit c1842d8.
…it-filter-keyspace-upstream" This reverts commit 6b9229e.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR includes
https://github.com/vitessio/vitess/releases/tag/v7.0.2
vtgate : Operator precedence must take associativity into consideration vitessio#6764
vtgate: Fix reserved connection in autocommit mode on DML vitessio#6748
VDiff: fix panic for tables with a unicode_loose_md5 vindex vitessio#6745
vttablet: Turn off schema tracker by default vitessio#6746
restore: do not change tablet type to RESTORE if not actually performing a restore vitessio#6687
vttablet : Tablet manager init should publish displayState vitessio#6686
vttablet: Tablet manager add more logging to checkMastership vitessio#6685
vttablet : Fix replmanager deadlock vitessio#6634
And the following cherry-picks -
This PR adds a call to SetReadOnly inside ChangeTabletType when the new tablet_type is MASTER.
Remove the call from PromoteReplica since it is no longer needed there.
tm: call setReadOnly inside ChangeTabletType vitessio/vitess#6762
This PR makes it optional so that only active cluster management functions attempt to change the read_only property of the underlying DB.
tm: change how SetReadOnly is called to avoid errors from externally managed tablets vitessio/vitess#6786
Replaced Error with a warning in case parsing of VT_SPAN_CONTEXT fails vitessio/vitess#6766
Fixes long wait filter keyspace vitessio/vitess#6721