-
Notifications
You must be signed in to change notification settings - Fork 500
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
release v1.0.0-beta.3 #557
Conversation
/run-e2e-tests |
…idb-operator into release-v1.0.0-beta.3
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.
LGTM
@@ -1921,7 +1921,7 @@ func (oa *operatorActions) CheckScheduledBackup(info *TidbClusterConfig) error { | |||
|
|||
succededJobCount := 0 | |||
for _, j := range backupJobs { | |||
if j.Status.Failed > 0 { | |||
if j.Status.Failed > 3 { |
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.
Are these changes intended?
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.
Yes, the pod may fail one or two times.
@@ -96,7 +96,7 @@ func NewOperatorActions(cli versioned.Interface, | |||
const ( | |||
DefaultPollTimeout time.Duration = 10 * time.Minute | |||
DefaultPollInterval time.Duration = 1 * time.Minute | |||
BackupAndRestorePollTimeOut time.Duration = 30 * time.Minute | |||
BackupAndRestorePollTimeOut time.Duration = 60 * time.Minute |
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.
We need a longer restore period.
/run-e2e-test |
/run-e2e-test |
Co-Authored-By: Tennix <tennix@users.noreply.github.com>
Co-Authored-By: Tennix <tennix@users.noreply.github.com>
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.
LGTM
* add aliases in configure-a-tidb-cluster.md * fix wrong aliases
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: