Skip to content

Commit

Permalink
Removed log entry regarding destination migration (opensearch-project…
Browse files Browse the repository at this point in the history
…#1356)

Signed-off-by: Riya Saxena <riysaxen@amazon.com>
  • Loading branch information
riysaxen-amzn authored Jan 8, 2024
1 parent 733fd4e commit 48e56bf
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 48e56bf

Please sign in to comment.