Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Removed log entry regarding destination migration #1494

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 48e56bf from #1356.

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 48e56bf)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@@ -45,7 +45,6 @@ class DestinationMigrationCoordinator(
}

override fun clusterChanged(event: ClusterChangedEvent) {
logger.info("Detected cluster change event for destination migration")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be swapped to debug instead of removed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can, but it's redundant. We already have an if-else clause for each condition, which captures the required information in the log lines.

@riysaxen-amzn riysaxen-amzn merged commit 3fc5311 into 2.x Mar 22, 2024
23 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants