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
Slack vitess 9 2021.03.16r0 #200
Merged
rafael
merged 1,218 commits into
slack-vitess-9-2021.03.16r0
from
slack-vitess-9-2021.03.16r0.wip
Apr 7, 2021
Merged
Slack vitess 9 2021.03.16r0 #200
rafael
merged 1,218 commits into
slack-vitess-9-2021.03.16r0
from
slack-vitess-9-2021.03.16r0.wip
Apr 7, 2021
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
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Andrei Sura <andrei.sura@sharpspring.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
artifact tables are named after the migration UUID (this helps in tracking their origin) Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
…radical act of pro-cuddling Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
…-pool Online DDL executor databae pool size increase
Do vschema_customer_sharded.json before create_customer_sharded.sql.
…ysql-server Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
…pecified-states Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: GuptaManan100 <manan@planetscale.com>
Signed-off-by: GuptaManan100 <manan@planetscale.com>
Signed-off-by: GuptaManan100 <manan@planetscale.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Backport and fix tags for examples/operator
Return error immediately if the target keyspace is unknown. Do the same for the source keyspace. Currently, the code will attempt to continue with a bad keyspace name. Signed-off-by: Jordan Moldow <jmoldow@alum.mit.edu>
Backport 7361: vtctl: Add missing err checks for VReplication v2
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Update Java version to 9.0
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
9.0.0 Release Notes
… branch instead of always using latest Signed-off-by: deepthi <deepthi@planetscale.com>
Fix Dockerfiles for vtexplain and vtctlclient
…reserved keywords Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Fix table parsing on VSchema generation
…rted keyspace does not account for default selected keyspace on that session. Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[9.0] Show anywhere plan fix to consider default keyspace
…e session Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[9.0] Reset Session for Reserved Connection when the connection id is not found
Patch to handle this case while we move towards a permanent fix upstream. cf. vitessio#4661 vitessio#4669
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
Backport some panic protection during ERS This takes the core of the change from vitessio#7486 and backports it into 8.0. Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
OP vitessio#7523 This basically protects from trying to catch up on replication on hosts that are likely not replicating. Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
This checks if a vtgate is currently filtering keyspaces before requesting the TopoServer. This is necessary because a TopoServer can't be accessed in those cases as the filtered Topo in those cases could make it unsafe to make writes since all reads would be returning a subset of the actual topo data. The only use of the requested topoServer that I found was in the DDL handling path and was introduced in vitessio#6547. This is deployed on dev but should get testing (endtoend or unit, unclear on best path atm) before going upstream.
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
rafael
changed the title
[draft] Slack vitess 9 2021.03.16r0.wip
Slack vitess 9 2021.03.16r0.wip
Apr 5, 2021
Use Dba user when Vexec is runAsAdmin
rafael
approved these changes
Apr 7, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Upstream Release Notes
These are the notes for the official release. Later on, the PR's that we explicitly call out are the ones that are not in the notes that we consider interesting / risky for our deployment.
Slack changes
fmt.Sprint(x)
where x isint
vitessio/vitess#7244: Formatting fix by amason.Non Slack changes (interesting)
PR's we should be really really careful:
https://github.com/vitessio/vitess/pull/7055/files:Features that we haven been wanting
VReplication changes
Online schema DDL
Query parser / routing changes
Constructing the branch
Cherry Picked Changes