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

Simplify cluster scale in #3706

Closed
kqzh opened this issue Jan 13, 2022 · 2 comments
Closed

Simplify cluster scale in #3706

kqzh opened this issue Jan 13, 2022 · 2 comments
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@kqzh
Copy link

kqzh commented Jan 13, 2022

In old version, scale in a node just exec command BALANCE DATA REMOVE, in 3.0, first we need show all space, then exec SUBMIT JOB BALANCE IN ZONE REMOVE one by one, last exec DROP HOSTS , it's long steps, can we simplify it?

@kqzh kqzh added the type/enhancement Type: make the code neat or more efficient label Jan 13, 2022
@kqzh
Copy link
Author

kqzh commented Jan 14, 2022

Can we just exec DROP HOSTS and with a param to balance remove target hosts's partitions automatically? @critical27 @liwenhui-soul

@critical27
Copy link
Contributor

New version command has been improved, see latest doc in ent version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants