Skip to content

Commit abc517f

Browse files
committed
HBASE-27793 Addendum fix spotless issue
1 parent f347867 commit abc517f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,7 @@ private void reportUnknownServers() throws IOException {
714714
if (!unknownServers.isEmpty()) {
715715
unknownServers.stream().forEach(serverName -> {
716716
errors.reportError(ERROR_CODE.UNKNOWN_SERVER,
717-
"Found unknown server,"
718-
+ "some of the regions held by this server may not get assigned. "
717+
"Found unknown server, some of the regions held by this server may not get assigned. "
719718
+ String.format("Use HBCK2 scheduleRecoveries %s to recover.", serverName));
720719
});
721720
}

0 commit comments

Comments
 (0)