z3n3r commented on a change in pull request #2445:
URL: https://github.com/apache/hbase/pull/2445#discussion_r506770075
##########
File path:
hbase-balancer/src/main/java/org/apache/hadoop/hbase/favored/FavoredNodeAssignmentHelper.java
##########
@@ -132,7 +132,7 @@ public static void updateMetaWithFavoredNodesInfo(
puts.add(put);
}
}
- MetaTableAccessor.putsToMetaTable(connection, puts);
+ MetaTableAccessor.putsToCatalogTable(connection,
TableName.META_TABLE_NAME, puts);
Review comment:
Yes in places that don't include any real changes. This one is a mistake
tho. It should've stuck with putsToMetaTable().
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]