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
…h has changed Signed-off-by: deepthi <[email protected]>
Signed-off-by: deepthi <[email protected]>
Signed-off-by: Ze'ev Klapow <[email protected]>
Signed-off-by: Ze'ev Klapow <[email protected]>
Signed-off-by: Ze'ev Klapow <[email protected]>
* Some general code cleanup. * Discovered bug in cancelMasterMigration. When there are failures updating the topology, source shards will ended being assigned as nil. This will cause a panic reversing the migration. Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: David Weitzman <[email protected]>
Signed-off-by: zhoulin xie <[email protected]>
Signed-off-by: kuba-- <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
VtCombo was not initializing shard or serving keyspace graph. Now that serving data is derived from here, we need to make sure that this gets called before gates can serve traffic. Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
java: shutdown GRPC channel cleanly
Eliminate flakiness for sync2.Batcher's unit test
Fix some typos in docs
Support bool as column type
Signed-off-by: deepthi <[email protected]>
update minio-go version to 6.0.16
Signed-off-by: xichengliudui <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: xichengliudui <[email protected]>
Signed-off-by: Ze'ev Klapow <[email protected]>
Signed-off-by: xichengliudui <[email protected]>
Signed-off-by: xichengliudui <[email protected]>
…-topo-serving-shards-refactor
Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Gary Edgar <[email protected]>
Chart.yaml: Update icon URL
Removing these functions. These will be done on the vplayer side using mysql native functions. Signed-off-by: Sugu Sougoumarane <[email protected]>
This new way, as described in vitessio#4604, is more flexible and will make it easer to support copy functionality. Signed-off-by: Sugu Sougoumarane <[email protected]>
Signed-off-by: Danny Wensley <[email protected]>
…chema-indicated keyspace Previously the sql parser treated everything after `CREATE TABLE` as opaque. This change updates the sql parser to look at the create table argument to help direct queries to the appropriate keyspace. Signed-off-by: David Weitzman <[email protected]>
vreplication: support more complex expressions
Signed-off-by: deepthi <[email protected]>
…rds-refactor 4496 topo serving shards refactor
GRPCKeepAliveEnforcementPolicyPermitWithoutStream - defaults to false, the same as previous behavior Signed-off-by: Derek Perkins <[email protected]>
servenv: add new keepalive flag to grpc server
delete old website files, fix license in package.json
vtgate executor: route "show create table" to the user-provided or vs…
Fix go panic caused by unaligned atomic fields on certain architectures.
setassociative
previously approved these changes
Mar 19, 2019
* When auto-commit is on, passDML is on and ExecuteBatch is in a transaction, there is no need to explicitly create a transaction. We can forward the DML directly to the database. * This optimization yielded significant more throughput in vttablets. We got around 25-30% improvement. Most of our queries are single point inserts/updates that already use auto commit when coming from vtgates, so this improvement is something that we've been wanting to do for a long time. Signed-off-by: Rafael Chacon <[email protected]>
Signed-off-by: Rafael Chacon <[email protected]>
…er sequences PR vitessio#4371 made vtgate more permissive about allowing bad data in a vschema without failing requests that only involve properly-configured tables. This PR extends that so a single table entry in the vschema that references a bad sequence won't disable the sequences for all the other tables with valid sequence configs. Signed-off-by: David Weitzman <[email protected]>
Fix flaky test
vindexes.BuildVSchema: prevent one bad sequence from breaking all oth…
Signed-off-by: David Weitzman <[email protected]>
Single round trip commit on BatchExecute
Add Pinterest to ADOPTERS.md
rafael
approved these changes
Mar 22, 2019
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.
Slack changes
notable non-Slack changes
queryserver-config-passthrough-dmls
is set: planbuilder: fix message inserts w/PassthroughDMLs vitessio/vitess#4616vreplication changes
other changes
vtctlclient Validate
to use ip addresses: vtctlclient Validate claims slaves are not replicating vitessio/vitess#4532