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

Supervisor: implement rolling_update #9

Closed
openinx opened this issue Jan 16, 2018 · 1 comment
Closed

Supervisor: implement rolling_update #9

openinx opened this issue Jan 16, 2018 · 1 comment
Assignees
Milestone

Comments

@openinx
Copy link
Owner

openinx commented Jan 16, 2018

Currently, our supervisor will do nothing if call rolling_update. need to implement this.

func (p *Program) rollingUpdate(s *Supervisor) error {
	// TODO
	return nil
}
@openinx openinx self-assigned this Jan 16, 2018
@openinx openinx added this to the release-1.0 milestone Jan 16, 2018
openinx added a commit that referenced this issue Jan 25, 2018
@openinx
Copy link
Owner Author

openinx commented Jan 25, 2018

After the commit, we can use the following command to update config files and packages:

./bin/huker rolling_update  --project hbase --cluster test-hbase --job master

@openinx openinx closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant