-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
operator: we should increase the retry duration for prepare-env-for-snapshot-backup
#52175
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/br
This issue is related to BR of TiDB.
severity/major
type/enhancement
The issue or PR belongs to an enhancement.
Comments
/severity major |
/component br |
/label affects-6.5 |
/label affects-7.1 |
/label affects-7.5 |
YuJuncen
added a commit
to YuJuncen/tidb
that referenced
this issue
May 6, 2024
12 tasks
mittalrishabh
pushed a commit
to mittalrishabh/tidb
that referenced
this issue
May 30, 2024
…) (pingcap#52360) (pingcap#76) close pingcap#52175 Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/br
This issue is related to BR of TiDB.
severity/major
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
As title, we may take more time for waiting all TiKVs ready than the default 12 times of retry. Also in the operator side, there is a global timeout, which is usually what our users really need.
The text was updated successfully, but these errors were encountered: