-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-27307 Add Move table to Target Group on master web #5027
base: master
Are you sure you want to change the base?
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@Apache9 Thank you review code. |
77d29bf
to
553cec4
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
TableName tableName = TableName.valueOf(fqtn); | ||
TableDescriptor td = TableDescriptorBuilder.newBuilder(newAdmin.getDescriptor(tableName)) | ||
.setRegionServerGroup(key).build(); | ||
newAdmin.modifyTable(td); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation?
TableDescriptor td = TableDescriptorBuilder.newBuilder(newAdmin.getDescriptor(tableName)) | ||
.setRegionServerGroup(key).build(); | ||
newAdmin.modifyTable(td); | ||
RSGroupAdminClient rsGroupAdminClient = new RSGroupAdminClient(connect); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On master branch we do not need this any more.
Can do this on branch-2 backport?
No description provided.