-
Notifications
You must be signed in to change notification settings - Fork 2
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
slack-vitess-r15.0.5
: backport required Transaction Throttler PRs, pt. 3 + ci fixes
#351
slack-vitess-r15.0.5
: backport required Transaction Throttler PRs, pt. 3 + ci fixes
#351
Conversation
…essio#13153) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
…itessio#13512) Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
…lls` is undefined (vitessio#12477) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> Signed-off-by: Eduardo J. Ortega U. <5791035+ejortegau@users.noreply.github.com>
…vitessio#13624) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: deepthi <deepthi@planetscale.com>
…ssio#14445) Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
Thanks for the contribution! Before we can merge this, we need @Juneezee @deepthi to sign the Salesforce Inc. Contributor License Agreement. |
Thanks for the contribution! Before we can merge this, we need @deepthi to sign the Salesforce Inc. Contributor License Agreement. |
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
This PR should fix the problems with the |
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
This commit should fix the incompatibilities due to |
// 2 used to be io_thread_running. Instead io_state is used. | ||
// 3 used to be sql_thread_running. Instead sql_state is used. | ||
reserved 2, 3; | ||
bool io_thread_running = 2; |
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.
The deprecation of field 2 + 3 (v16) was reverted just to stop protojson
returning unmarshalling errors. Nothing actually uses this value
slack-vitess-r15.0.5
: backport required Transaction Throttler PRs, pt. 3slack-vitess-r15.0.5
: backport required Transaction Throttler PRs, pt. 3 + ci fixes
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
4a92ae7
into
slack-vitess-r15.0.5
Description
Backports:
github.com/golang/mock
withgo.uber.org/mock
vitessio/vitess#13512--tx-throttler-healthcheck-cells
is undefined vitessio/vitess#12477txthrottler
: removetxThrottlerConfig
struct, rely ontabletenv
vitessio/vitess#13624Flaky test fix: 2b0a28c - this fixes an unrecognized field error because v15 dropped the
io_thread_running
andsql_thread_running
fields - causing it to error unmarshalling v14 results. This commit restores the 2 xbool
s so unmarshalling passesRelated Issue(s)
Checklist
Deployment Notes