Skip to content

Commit

Permalink
change the log
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Jun 14, 2024
1 parent 59dfc20 commit 69d2abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ private CompletableFuture<Void> removeOrphanReplicationCursors() {
if (cursor.getName().startsWith(replicatorPrefix)) {
String remoteCluster = PersistentReplicator.getRemoteCluster(cursor.getName());
if (!replicationClusters.contains(remoteCluster)) {
log.warn("Remove the replicator because the cluster '{}' does not exist", remoteCluster);
log.warn("Remove the orphan replicator because the cluster '{}' does not exist", remoteCluster);
futures.add(removeReplicator(remoteCluster));
}
}
Expand Down

0 comments on commit 69d2abd

Please sign in to comment.