-
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
add support for vtgate traffic mirroring (queryserving) #15992
add support for vtgate traffic mirroring (queryserving) #15992
Commits on May 22, 2024
-
add support for vtgate traffic mirroring (topo, workflow)
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 79983de - Browse repository at this point
Copy the full SHA 79983deView commit details
Commits on May 28, 2024
-
cr: rename var, extract common test code to helper fn
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c9430d0 - Browse repository at this point
Copy the full SHA c9430d0View commit details
Commits on Jun 18, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 02113ff - Browse repository at this point
Copy the full SHA 02113ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9dbf34 - Browse repository at this point
Copy the full SHA a9dbf34View commit details
Commits on Jun 21, 2024
-
Update go/cmd/vtctldclient/command/vreplication/common/mirrortraffic.go
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Signed-off-by: Max Englander <max.englander@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a0cffe5 - Browse repository at this point
Copy the full SHA a0cffe5View commit details -
Update go/cmd/vtctldclient/command/vreplication/common/mirrortraffic.go
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Signed-off-by: Max Englander <max.englander@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 859b421 - Browse repository at this point
Copy the full SHA 859b421View commit details -
cr: test repeat calls to mirror traffic
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 71b9a00 - Browse repository at this point
Copy the full SHA 71b9a00View commit details
Commits on Jun 24, 2024
-
cr: remove ApplyMirrorRules vtctldclient command
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 446445c - Browse repository at this point
Copy the full SHA 446445cView commit details -
add support for vtgate traffic mirroring (query serving)
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2a786e5 - Browse repository at this point
Copy the full SHA 2a786e5View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4007bfe - Browse repository at this point
Copy the full SHA 4007bfeView commit details
Commits on Jul 13, 2024
-
cr: require.Error, ctx with timeout, license, lightweight
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 8297086 - Browse repository at this point
Copy the full SHA 8297086View commit details -
cr: go/vt/vtgate/endtoend => go/test/endtoend/vtgate
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ec7d174 - Browse repository at this point
Copy the full SHA ec7d174View commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for fb1d605 - Browse repository at this point
Copy the full SHA fb1d605View commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 099c6ec - Browse repository at this point
Copy the full SHA 099c6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5829b - Browse repository at this point
Copy the full SHA 6f5829bView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cd6230 - Browse repository at this point
Copy the full SHA 2cd6230View commit details
Commits on Jul 15, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 0666e68 - Browse repository at this point
Copy the full SHA 0666e68View commit details
Commits on Jul 17, 2024
-
cr: move mirror planning into operators
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c8ada40 - Browse repository at this point
Copy the full SHA c8ada40View commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 8bbae3f - Browse repository at this point
Copy the full SHA 8bbae3fView commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4177ba8 - Browse repository at this point
Copy the full SHA 4177ba8View commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a7c3da2 - Browse repository at this point
Copy the full SHA a7c3da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaadf9 - Browse repository at this point
Copy the full SHA bfaadf9View commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4c01614 - Browse repository at this point
Copy the full SHA 4c01614View commit details
Commits on Jul 29, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6e7b063 - Browse repository at this point
Copy the full SHA 6e7b063View commit details
Commits on Aug 8, 2024
-
cr: use vcursor.Execute, rm explicit mirrorCtxCancel, fix mirror case…
…s, return mirror keyspace Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a330972 - Browse repository at this point
Copy the full SHA a330972View commit details -
cr: panic(vterrors), mirror cases percentages, zero-percentage mirror…
… case Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for bb0cbc1 - Browse repository at this point
Copy the full SHA bb0cbc1View commit details
Commits on Aug 9, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7d1cdaf - Browse repository at this point
Copy the full SHA 7d1cdafView commit details -
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 5b03958 - Browse repository at this point
Copy the full SHA 5b03958View commit details
Commits on Aug 13, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 531869a - Browse repository at this point
Copy the full SHA 531869aView commit details -
cr: command semantics pkg mirrorInfo()
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ec1994a - Browse repository at this point
Copy the full SHA ec1994aView commit details -
Apply suggestions from code review
Co-authored-by: Harshit Gangal <harshit@planetscale.com> Signed-off-by: Max Englander <max.englander@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9239ab7 - Browse repository at this point
Copy the full SHA 9239ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83dce0c - Browse repository at this point
Copy the full SHA 83dce0cView commit details
Commits on Aug 19, 2024
-
Signed-off-by: Max Englander <max@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 43b8c1a - Browse repository at this point
Copy the full SHA 43b8c1aView commit details