HBASE-27793 Addendum fix spotless issue

This commit is contained in:
Duo Zhang 2023-05-27 22:01:45 +08:00
parent f347867440
commit abc517f75a
1 changed files with 1 additions and 2 deletions

View File

@ -714,8 +714,7 @@ public class HBaseFsck extends Configured implements Closeable {
if (!unknownServers.isEmpty()) {
unknownServers.stream().forEach(serverName -> {
errors.reportError(ERROR_CODE.UNKNOWN_SERVER,
"Found unknown server,"
+ "some of the regions held by this server may not get assigned. "
"Found unknown server, some of the regions held by this server may not get assigned. "
+ String.format("Use HBCK2 scheduleRecoveries %s to recover.", serverName));
});
}