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

TiKV upgrade bug fix #626

Merged
merged 31 commits into from
Jul 9, 2019
Merged

Conversation

xiaojingchen
Copy link
Contributor

@xiaojingchen xiaojingchen commented Jul 3, 2019

What problem does this PR solve?

this pr fixes: #599

Check List

Tests

  • Unit test
  • E2E test
  • Stability test
  • Manual test (add detailed scripts or steps below)
  • No code

Code changes

  • Has Go code change

Side effects

Does this PR introduce a user-facing change?:

NONE

@xiaojingchen xiaojingchen changed the title [WIP]Tikv upgrade bug fix Tikv upgrade bug fix Jul 3, 2019
@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@weekface weekface changed the title Tikv upgrade bug fix TiKV upgrade bug fix Jul 3, 2019
tests/actions.go Outdated
if len(schedulers) == 0 {
return true, nil
}
glog.Errorf("schedulers: %v is not empty")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
glog.Errorf("schedulers: %v is not empty")
glog.Errorf("schedulers: %v is not empty", schedulers)

@@ -24,42 +23,6 @@ var (
kvLeaderMap map[string]map[string]int
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this var

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen xiaojingchen marked this pull request as ready for review July 3, 2019 11:35
@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

3 similar comments
@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

weekface
weekface previously approved these changes Jul 4, 2019
@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@weekface
Copy link
Contributor

weekface commented Jul 5, 2019

/run-e2e-tests

@weekface
Copy link
Contributor

weekface commented Jul 5, 2019

/run-e2e-tests

2 similar comments
@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@weekface
Copy link
Contributor

weekface commented Jul 5, 2019

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@xiaojingchen
Copy link
Contributor Author

/run-e2e-tests

@weekface
Copy link
Contributor

weekface commented Jul 9, 2019

@shuijing198799 PTAL

@weekface weekface merged commit 7f62e27 into pingcap:master Jul 9, 2019
Copy link
Contributor

@shuijing198799 shuijing198799 left a comment

Choose a reason for hiding this comment

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

LGTM

yahonda pushed a commit that referenced this pull request Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evict leader does't work as expected
3 participants