HBASE-27899 Beautify the output information of the getStats method in ReplicationSource (#5269)
Signed-off-by: 874645213@qq.com <jiancong123~>
Co-authored-by: 874645213@qq.com <jiancong123~>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit 3df01ea9b6
)
This commit is contained in:
parent
854ecd7c8c
commit
c7abf17568
|
@ -781,7 +781,7 @@ public class ReplicationSource implements ReplicationSourceInterface {
|
|||
sb.append("currently replicating from: ").append(currentPath).append(" at position: ")
|
||||
.append(position).append("\n");
|
||||
} else {
|
||||
sb.append("no replication ongoing, waiting for new log");
|
||||
sb.append("no replication ongoing, waiting for new log").append("\n");
|
||||
}
|
||||
}
|
||||
return sb.toString();
|
||||
|
|
Loading…
Reference in New Issue