Skip to content

Commit

Permalink
Removed log entry regarding destination migration
Browse files Browse the repository at this point in the history
  • Loading branch information
riysaxen-amzn committed Dec 29, 2023
1 parent 526433a commit 921abb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class DestinationMigrationCoordinator(
}

override fun clusterChanged(event: ClusterChangedEvent) {
logger.info("Detected cluster change event for destination migration")
if (DestinationMigrationUtilService.finishFlag) {
logger.info("Reset destination migration process.")
scheduledMigration?.cancel()
Expand All @@ -63,6 +62,7 @@ class DestinationMigrationCoordinator(
runningLock = false
}
} else if (!event.localNodeClusterManager()) {
logger.info("Cancelling the migration process.")
scheduledMigration?.cancel()
}
}
Expand Down

0 comments on commit 921abb8

Please sign in to comment.