-
Notifications
You must be signed in to change notification settings - Fork 198
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
Allow max-execution-time parameter for SyncDiffInspector #845
base: master
Are you sure you want to change the base?
Conversation
Allows passing max-execution-time to sync-diff-inspector to allow it to override a stricter cluster level max-execution-time. The default remains the same that no max-execution-time will be set if the config file lacks this parameter. It's backwards compatible.
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @zph! |
Hi @zph. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…breakage of logging
Allows passing max-execution-time to sync-diff-inspector to allow it to override a stricter cluster level max-execution-time.
The default remains the same that no max-execution-time will be set if the config file lacks this parameter. It's backwards compatible.
What problem does this PR solve?
Issue Number: close #844
What is changed and how it works?
New argument for sync-diff-inspector to set session level max_execution_time value.
Check List
Tests
Code changes
Side effects
Related changes
QUESTIONS
omitempty
to avoid backwards compatibility break if users are strictly parsing json output logs. Advise if you want to break existing interface of that log by outputting max-execution-time arg