kgeisz commented on code in PR #7730:
URL: https://github.com/apache/hbase/pull/7730#discussion_r2790983054
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java:
##########
@@ -2301,9 +2309,9 @@ else if (!inMeta && !inHdfs && !isDeployed) {
}
} else if (inMeta && inHdfs && isMultiplyDeployed) {
errors.reportError(ERROR_CODE.MULTI_DEPLOYED,
- "Region " + descriptiveName + " is listed in hbase:meta on region
server "
- + hbi.getMetaEntry().regionServer + " but is multiply assigned to
region servers "
- + Joiner.on(", ").join(hbi.getDeployedOn()));
+ "Region " + descriptiveName + " is listed in " +
connection.getMetaTableName()
+ + " on region server " + hbi.getMetaEntry().regionServer + " but is
multiply assigned"
Review Comment:
nit: What does "multiply assigned" mean? Like "multi-assigned"?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]