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
[cherry pick] Apply GRPC error processing change from upstream #188
Open
setassociative
wants to merge
96
commits into
master
Choose a base branch
from
sa-cherry-pick-grpc-error-processing
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
Signed-off-by: Harshit Gangal <[email protected]>
[java] bump java version to 7.0 for release-7.0
Signed-off-by: Sara Bee <[email protected]>
Signed-off-by: Sara Bee <[email protected]>
Signed-off-by: Sara Bee <[email protected]>
Signed-off-by: Sara Bee <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
…port Settings tweak backport
…ment Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Do not add tablet that is going down. Signed-off-by: deepthi <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Add diagnostic logging to healthcheck.
Backport: Make sure lookup vindexes are queryable inside transaction
backport vitessio#6514 to 7.0 release branch
Signed-off-by: Harshit Gangal <[email protected]>
… failure Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Backport of 6522 to release 7.0
…tessio#6546) * tablet_picker: keep trying to find a tablet until context expires Signed-off-by: deepthi <[email protected]> * tablet_picker: keyspace/shard/cells must be provided Signed-off-by: deepthi <[email protected]> * tablet picker: return ks/cell/shard in test result for TestShardMigrateMainflow Signed-off-by: Rohit Nayak <[email protected]> * tablet picker: fix wrangler tests by choosing a valid source per-test Signed-off-by: Rohit Nayak <[email protected]> * tablet picker: fix worker and testlib tests Signed-off-by: Rohit Nayak <[email protected]> * tablet_picker: gofmted Signed-off-by: Rohit Nayak <[email protected]> * tablet picker: fix test races Signed-off-by: Rohit Nayak <[email protected]> * tablet picker: gofmt Signed-off-by: Rohit Nayak <[email protected]> * tablet picker: gofmt Signed-off-by: Rohit Nayak <[email protected]> * healthcheck: cleanup test code where we were setting the same flag twice Signed-off-by: deepthi <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
Backport: HandleSet in executor to handle multiple settings in single set statement
…t in dml query Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Backport: Turn off schema tracker by default
Backport: VDiff: fix panic for tables with a unicode_loose_md5 vindex
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
[Backport] Fix reserved connection in autocommit mode on DML vitessio#6748
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Backport vitessio#6758 operator precedence must take associativity into consideration
Signed-off-by: Andres Taylor <[email protected]>
…esired database is present Signed-off-by: deepthi <[email protected]>
…est, print command output on failure Signed-off-by: deepthi <[email protected]>
Backport: checkNoDB should not require tables to be present
sort tabledefinitions before comparing them
…al merge commit Update parser to support `SHOW DATABASES LIKE '%nnn%' Signed-off-by: Andrew Mason <[email protected]> Add VITESS_KEYSPACES and KEYSPACES to keyword variables Signed-off-by: Andrew Mason <[email protected]> Use sqlparser types instead of raw strings Signed-off-by: Andrew Mason <[email protected]> Add parser support for showing filtered tablets/shards Signed-off-by: Andrew Mason <[email protected]> Include filters Signed-off-by: Andrew Mason <[email protected]> Add support in the executor for `SHOW VITESS_SHARDS LIKE '...'` Signed-off-by: Andrew Mason <[email protected]> Add support for filtering tablets by hostname Signed-off-by: Andrew Mason <[email protected]> Add log line to avoid deadbranch check, remove unused function Signed-off-by: Andrew Mason <[email protected]> Update formatting for SHOW, add test cases Signed-off-by: Andrew Mason <[email protected]> Add tests cases, ensure `rows` is never nil from showTablets Signed-off-by: Andrew Mason <[email protected]> Use `KeywordString` Signed-off-by: Andrew Mason <[email protected]> Remove debug log lines, standardize actual log lines Signed-off-by: Andrew Mason <[email protected]> Update tests Signed-off-by: Andrew Mason <[email protected]> Update the rest of TestExecutorShow to use require/assert Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
… advertise itself as MASTER while mysql is still read_only Signed-off-by: deepthi <[email protected]>
tm: call SetReadOnly inside ChangeTabletType
Replaced Error with a warning in case parsing of VT_SPAN_CONTEXT fails
…r-keyspace-upstream Fixes long wait filter keyspace
Slack vitess 2020.09.29.r0
* impl+log Signed-off-by: Richard Bailey <[email protected]> * correctly escape regex Signed-off-by: Richard Bailey <[email protected]> * simple tests, remove logging Signed-off-by: Richard Bailey <[email protected]> * years are dumb Signed-off-by: Richard Bailey <[email protected]> * handle the other tow RE cases. this is ... mabye a bit much with the factoring out but maybe not Signed-off-by: Richard Bailey <[email protected]> * fix up comments, move impls around Signed-off-by: Richard Bailey <[email protected]> * better better error comment <_< Signed-off-by: Richard Bailey <[email protected]> * assert! Signed-off-by: Richard Bailey <[email protected]> * to run test suite Signed-off-by: Richard Bailey <[email protected]> * fix up testsv Signed-off-by: Richard Bailey <[email protected]> * tests pass; remove dead code-as-comments Signed-off-by: Richard Bailey <[email protected]> * pull out unnecessary processing Signed-off-by: Richard Bailey <[email protected]> * don't differentiate trailing vs leading clarification Signed-off-by: Richard Bailey <[email protected]>
LGTM |
rafael
previously approved these changes
Dec 8, 2020
Signed-off-by: Rafael Chacon <[email protected]>
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.
Parent change reviewed upstream here.
Released in 8.0 but we'd like to pick it up here to start experimenting with it before our next deploy.