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) (opensearch-project#1493)

(cherry picked from commit 48e56bf)

Signed-off-by: Riya Saxena <riysaxen@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a4b4895 commit b299a1a
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 b299a1a

Please sign in to comment.