-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect and signal schema changes on vttablets #8005
Commits on Apr 30, 2021
-
add queries and tests for detecting schema changes
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7228320 - Browse repository at this point
Copy the full SHA 7228320View commit details -
added schema change detection and schema copy to health streamer
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9e1ff35 - Browse repository at this point
Copy the full SHA 9e1ff35View commit details -
proto changed to send table name having changed schema
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 67dcf8e - Browse repository at this point
Copy the full SHA 67dcf8eView commit details -
send table names in health stream for changed schema
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for d3fda2a - Browse repository at this point
Copy the full SHA d3fda2aView commit details
Commits on May 3, 2021
-
wrote test for healthstreamer.Stream and schema changes
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 8e1f210 - Browse repository at this point
Copy the full SHA 8e1f210View commit details
Commits on May 5, 2021
-
Merge remote-tracking branch 'upstream/master' into schema-fetch
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ce022a0 - Browse repository at this point
Copy the full SHA ce022a0View commit details -
make it possible to turn schema change signaling on and off
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 22337a4 - Browse repository at this point
Copy the full SHA 22337a4View commit details -
make sure to create the database for the schemacopy
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for d34acd8 - Browse repository at this point
Copy the full SHA d34acd8View commit details -
added e2e test for health stream to test the schema changes detection…
… signal Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c0eb6ba - Browse repository at this point
Copy the full SHA c0eb6baView commit details -
change the limit from 5 rows to 10K rows in detect schema change query
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for d22c4aa - Browse repository at this point
Copy the full SHA d22c4aaView commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ed0487a - Browse repository at this point
Copy the full SHA ed0487aView commit details -
set the schema reload time to a more reasonable value
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for b739db5 - Browse repository at this point
Copy the full SHA b739db5View commit details
Commits on May 6, 2021
-
change schema reload time and refactor test
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 33a16d2 - Browse repository at this point
Copy the full SHA 33a16d2View commit details -
publish the schema changed tables after the schema copy table is updated
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a903ca5 - Browse repository at this point
Copy the full SHA a903ca5View commit details -
not to error on initial schema change check
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6a52cf5 - Browse repository at this point
Copy the full SHA 6a52cf5View commit details