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
[do not merge] Slack vitess v11.0.4.vtctld.pre #247
Open
vmogilev
wants to merge
5
commits into
master
Choose a base branch
from
slack-vitess-v11.0.4.vtctld.pre
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…funcs_to_topotools [wrangler|topotools] Migrate `UpdateShardRecords`, `RefreshTabletsByShard`, and `{Get,Save}RoutingRules` Signed-off-by: Vitaliy Mogilevskiy <[email protected]>
…vschemas [vtctld] Add GetSrvVSchemas command Signed-off-by: Vitaliy Mogilevskiy <[email protected]>
add backup status to vtctld 9.0 branch Signed-off-by: Vitaliy Mogilevskiy <[email protected]>
…t_conns [grpctmclient] Add support for (bounded) per-host connection reuse
Fix for padding in OrderAndCheckPartitions
|
3 tasks
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.
Description
This will serve as the base branch for 11.x vtctld branches, and should not be merged into master.
I compiled a list of cherry picks you see below from the following PRs:
as PER: https://paper.dropbox.com/doc/Deploys--BiBeEroaHSASXm33RaJsy5GMAg-4DTMhk7UnGtetj5tqzJ75#:h2=But-where-do-the-cherry-picks-
and started to apply them to this branch using:
all cherry picks with [x] are done, the rest still need to be applied manually. It's a very tedious process due to many (and I mean MANY conflicts that need to be resolved manually). There are also a number of proto conflicts on generated files which I attempted to fix as follows:
From #231:
UpdateShardRecords
,RefreshTabletsByShard
, and{Get,Save}RoutingRules
vitessio/vitess#7965GetShard
call inFindAllShardsInKeyspace
vitessio/vitess#7992ChangeTabletType
implementations. vitessio/vitess#8052RebuildVSchemaGraph
vitessio/vitess#8197CellInfo
,CellAlias
rw RPCs vitessio/vitess#8219VtctldServer.GetWorkflows
method vitessio/vitess#8261GetWorkflows
endpoint vitessio/vitess#8266scanWorkflow
concurrently vitessio/vitess#8272ApplyVSchema
toVtctldServer
vitessio/vitess#8113ExpandCells
to not error on valid aliases vitessio/vitess#8291git cherry-pick -m1 ee64609
)From #232
git cherry-pick -m1 a8679df
)From #233
git cherry-pick -m1 b966492
)From TBD...
This is the section that still needs to be compiled as per:
Related Issue(s)
Checklist
Deployment Notes
Impacted Areas in Vitess
Components that this PR will affect: