Skip to content

Commit 3df01ea

Browse files
authored
HBASE-27899 Beautify the output information of the getStats method in ReplicationSource (#5269)
Signed-off-by: [email protected] <jiancong123~> Co-authored-by: [email protected] <jiancong123~> Signed-off-by: Duo Zhang <[email protected]>
1 parent 40976b0 commit 3df01ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ public String getStats() {
789789
sb.append("currently replicating from: ").append(currentPath).append(" at position: ")
790790
.append(position).append("\n");
791791
} else {
792-
sb.append("no replication ongoing, waiting for new log");
792+
sb.append("no replication ongoing, waiting for new log").append("\n");
793793
}
794794
}
795795
return sb.toString();

0 commit comments

Comments
 (0)