Skip to content
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

do not limit failover count when maxFailoverCount not greater than 0 #977

Merged
merged 1 commit into from Oct 9, 2019

Conversation

weekface
Copy link
Contributor

@weekface weekface commented Oct 8, 2019

What problem does this PR solve?

#965, added a maxFailoverCount limit to TiKV, set it to 3 in values.yaml. But the old TidbCluster object is 0, it can't failover after upgrade the tidb-operator.

To ensure compatibility, we should keep it no failover count limit if maxFailoverCount is 0.

What is changed and how does it work?

Check List

Tests

  • Unit test

Code changes

  • Has Go code change

Side effects

Related changes

  • Need to cherry-pick to the release branch

Does this PR introduce a user-facing change?:

NONE

@weekface
Copy link
Contributor Author

weekface commented Oct 8, 2019

/run-e2e-in-kind

Copy link
Member

@tennix tennix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sre-bot
Copy link
Contributor

sre-bot commented Oct 9, 2019

cherry pick to release-1.0 in PR #978

@weekface weekface deleted the fix-max-failover-count branch October 9, 2019 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants