-
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-22729 Start RSGroupInfoManager as default #405
Conversation
…aded (apache#362) Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
…move hbase-rsgroup module (apache#399) Signed-off-by: Zheng Hu <openinx@gmail.com>
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.
I think starting RSGroupInfoManager by default should be done after HBASE-22695? As now we still need the coprocessor...
groupName = RSGroupInfo.DEFAULT_GROUP; | ||
} | ||
targetRSGInfo = rsGroupInfoManager.getRSGroup(groupName); | ||
} catch (IOException exp) { |
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.
Why this change?
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.
Seems the base branch is not right...
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.
oh. The reason is the method didn't throw IOException now. So remove the try...catch thing.
What is the whole plan? |
https://github.com/Apache9/hbase/tree/HBASE-22695 I'm trying to store the rs group info to table first. It will lead to a huge change. |
💔 -1 overall
This message was automatically generated. |
Got it. Will continue this issue later. |
47d6533
to
1b5f6b5
Compare
77e95bd
to
e4b1720
Compare
32a2015
to
8660b52
Compare
4741f66
to
548e8c4
Compare
No description provided.