We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a5219 commit 13259f4Copy full SHA for 13259f4
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminEndpoint.java
@@ -474,7 +474,7 @@ void assignTableToGroup(HTableDescriptor desc) throws IOException {
474
groupName = RSGroupInfo.DEFAULT_GROUP;
475
}
476
477
- if (groupName == RSGroupInfo.DEFAULT_GROUP) {
+ if (groupName.equals(RSGroupInfo.DEFAULT_GROUP)) {
478
TableName tableName = desc.getTableName();
479
groupName = script.getRSGroup(
480
tableName.getNamespaceAsString(),
0 commit comments