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

server: fix the valid scheduler was deleted when start coordinator #1045

Merged
merged 4 commits into from
May 4, 2018

Conversation

nolouch
Copy link
Contributor

@nolouch nolouch commented May 3, 2018

if disable a default scheduler and restart PD, it will delete the scheduler whether it is valid or not. and then restart PD, it will create the default scheduler again because of it think that is a newly added default scheduler.

@nolouch nolouch added type/bug The issue is confirmed as a bug. needs-cherry-pick-release-2.0 The PR needs to cherry pick to release-2.0 branch. labels May 3, 2018
@@ -206,6 +206,9 @@ func (c *coordinator) run() {
scheduleCfg := c.cluster.opt.load()
for _, schedulerCfg := range scheduleCfg.Schedulers {
if schedulerCfg.Disable {
scheduleCfg.Schedulers[k] = schedulerCfg
k++
log.Warning("skip create ", schedulerCfg.Type)
Copy link
Member

@Connor1996 Connor1996 May 3, 2018

Choose a reason for hiding this comment

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

I don't think it should be in warning level

Copy link
Member

@Connor1996 Connor1996 left a comment

Choose a reason for hiding this comment

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

rest LGTM

@nolouch
Copy link
Contributor Author

nolouch commented May 3, 2018

/ok-to-test

Copy link
Contributor

@disksing disksing left a comment

Choose a reason for hiding this comment

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

LGTM.

@disksing
Copy link
Contributor

disksing commented May 4, 2018

/run-all-tests

@nolouch nolouch added the status/tests-passed The PR has passed all tests. label May 4, 2018
@nolouch nolouch merged commit a288840 into tikv:master May 4, 2018
@nolouch nolouch deleted the fix-create-scheduler branch May 4, 2018 02:41
disksing pushed a commit to oh-my-tidb/pd that referenced this pull request May 7, 2018
…ikv#1045)

* server: fix the valid scheduler was deleted when start coordinator
disksing added a commit that referenced this pull request May 8, 2018
* server: skip check a region if there is already a pending operator. (#1029)

* pdctl, api, schedule: pdctl supports scatter region. (#1028)

* add change log (#1024)

* scheduler: hot write scheduler randomly select the balance strategy (#1034)

* *: new store region score function for balance (#1014)

* core: adjust capacity to fit for more cases (#1035)

* check config validation (#1036)

* *: add metrics for hotspot cache (#1027)

* Refine install instructions. (#1041)

These extra steps can help new users who are perhaps not quite so familiar with Go setup and conventions.

* *: add change log for 2.0 GA (#1038)

* *: add change log for ga.

* scheduler: adjust metrics (#1042)

* fix parse error of config.toml (#1043)

* server: resign pd leader when it is not same as etcd leader. (#1039)

* server: fix the valid scheduler was deleted when start coordinator (#1045)

* server: fix the valid scheduler was deleted when start coordinator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-cherry-pick-release-2.0 The PR needs to cherry pick to release-2.0 branch. status/tests-passed The PR has passed all tests. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants