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
[upstream] Get us back to upstream master(f93c96c) #136
Merged
brirams
merged 536 commits into
slack-vitess-2019-07-31.r0
from
bramos_force_upstream_f93c96c
Aug 5, 2019
Merged
[upstream] Get us back to upstream master(f93c96c) #136
brirams
merged 536 commits into
slack-vitess-2019-07-31.r0
from
bramos_force_upstream_f93c96c
Aug 5, 2019
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
rename flag per naming convention
Add a flag -querylog-filter-tag to only emit query logging for queries that contain the specified string. Signed-off-by: Michael Demmer <[email protected]>
Signed-off-by: Michael Demmer <[email protected]>
Signed-off-by: Michael Demmer <[email protected]>
Signed-off-by: kuba-- <[email protected]>
Fix how we set passwords in integ tests to work for different versions of mysql Signed-off-by: deepthi <[email protected]>
add optional tag-based filtering for query logging
The DbName function for the local cluster was returning an incorrect name previously. It was the keyspace name, which would not match the db names in mysql. The previous fix stopped using DbName for setting the mysql parameters, which broke some tests. The new behavior fixes DbName to return a value only if it was in OnlyMySQL mode. Signed-off-by: Sugu Sougoumarane <[email protected]>
xtrabackup in percona image + mysql56 integration test fixes
Don't return an error for CONN_ATTR (just log)
Add `-keep_logs_by_mtime` flag for purging old log files by mtime instead of ctime + bugfix
routing rules: fix TODO
If the table has authoritative column list, use it to auto-expand insert columns if they were not supplied. Signed-off-by: Sugu Sougoumarane <[email protected]>
Signed-off-by: Sugu Sougoumarane <[email protected]>
* change topo_implementation default value Signed-off-by: Win-Man <[email protected]> * change the default value of topo_implementation to empty
…lag is used Signed-off-by: dleibovic <[email protected]>
Signed-off-by: Anthony Yeh <[email protected]>
Signed-off-by: Anthony Yeh <[email protected]>
Signed-off-by: Anthony Yeh <[email protected]>
The lag value can lie. Also we're guaranteed to hit the snapshot position eventually as long as replication is making progress. If our goal is a lag value, we may never catch up if replication is slower than the rate of new transactions on the master. Signed-off-by: Anthony Yeh <[email protected]>
Signed-off-by: Anthony Yeh <[email protected]>
fix bug in vttablet startup script when '--enable-grpc-static-auth' f…
Signed-off-by: Anthony Yeh <[email protected]>
Signed-off-by: deepthi <[email protected]>
Signed-off-by: Sugu Sougoumarane <[email protected]>
Signed-off-by: Sugu Sougoumarane <[email protected]>
…InitTablet tags (vitessio#4911) Signed-off-by: Toliver Jue <[email protected]>
…itessio#4912) Signed-off-by: Toliver Jue <[email protected]>
Signed-off-by: xichengliudui <[email protected]>
Signed-off-by: xichengliudui <[email protected]>
Signed-off-by: ethan <[email protected]>
correct message for easy understanding. Signed-off-by: ethan <[email protected]>
* Do not deprecate old metrics. * Improve name of route Table -> TableName * Improve name of Primitive TableName -> GetTableName * Do not join keyspace names in join primitive if it's the same name Signed-off-by: Rafael Chacon <[email protected]>
…keyspace Adds table and keyspace name to v3 processed queries
Signed-off-by: Mingjian Liu <[email protected]>
Signed-off-by: Morgan Tocker <[email protected]>
…regression Fix regression introduced by vitessio#4993
Signed-off-by: Brian Ramos <[email protected]>
…k2_for_vagrant [vagrant-scripts] Set TOPO environment variable to use zookeeper
cleanup: error message word correction
cleanup: correct word mis-spell in error msg
Keep the lowest cost vindex for each column if there are multiple ones
…uilder-colname Fix table_plan_builder to correctly use formatted column names that escape keywords
…ws-processed Fix off-by-1 error for row_differ counting rows processed, not counting empty iteration.
…ePool-typo fixed typo in pools.NewResourcePool docs comments
add vstream to java grpc client
vtgate: warning threshold for in-memory rows
Makefile: expose VT_EXTRA_BUILD_FLAGS for use of external build systems
Signed-off-by: Alex Charis <[email protected]>
fix readVariableInt; add test
…ding-workflow-consistent-snapshot Enable vitess horizontal resharding workflow to use consistent snapsh…
76ad1c6
to
36d71ca
Compare
rafael
approved these changes
Aug 1, 2019
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
setassociative
approved these changes
Aug 2, 2019
Going to do the following so we can force a new master:
|
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.
Overview
We'd like to get back to tracking upstream master but also have a commit that we care about that is already included in tinyspeck so this does the following:
The list of commits generated yesterday is still relevant:
git log bf603d53ce1593b46d6a93fc756ed1d682b39eb0...f93c96c738d7d5bbbcdc03c828f8bf0a5ba16250 --name-only > commits.txt
I pored through these commits to grab the most relevant ones, ignoring changes to:
There are a lot left over(286 commits) but I think it's much easier to eyeball this way.
Testing
https://jenkins.tinyspeck.com/job/slack-vitess/346/