vttablet program docs: add --tx-throttler-tablet-types flag#1368
Merged
shlomi-noach merged 9 commits intovitessio:prodfrom May 21, 2023
Merged
Conversation
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
77b2e0f to
d0fa5c3
Compare
--tx-throttler-tablet-types flagvttablet program docs: add --tx-throttler-tablet-types flag
3 tasks
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
rsajwani
approved these changes
Feb 6, 2023
Collaborator
|
Please make sure this gets push only after the PR is merge. |
Member
|
This change should be done for the 17.0 doc and not for 16.0 Also, check https://vitess.io/docs/17.0/reference/features/tablet-throttler/ if this needs an update. |
Member
|
Sorry for not getting to this earlier to make it to 16.0 |
Collaborator
Author
@harshit-gangal no problem! Looks like this is ready now that vitessio/vitess#12174 is merged 👍 🙇 |
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
…-tablet-types-flag
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
harshit-gangal
approved these changes
May 18, 2023
shlomi-noach
approved these changes
May 21, 2023
ajm188
pushed a commit
that referenced
this pull request
Jun 26, 2023
* vttablet program: add --tx-throttler-tablet-types flag Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix markdown Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Reorder after change to dashes Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * "strings" plural Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Revert v16 change Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Move new flag to v17 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix syntax Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Plural 'strings' Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the
vttabletflag--tx-throttler-tablet-typesflag to the program documentation forv16v17This flag is added in this PR vitessio/vitess#12174