-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Change single shard assignment log message from warn to debug #18186
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
Conversation
|
❌ Gradle check result for d87fb58: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
peternied
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukas-vlcek Thanks for making this change, lets tweak the changelog message before we merge.
This logging message is relevant to experimental feature that is not yet turned on by default. When this code runs in production then this logging message is confisung OPS because there is nothing they can do to address this WARN level message. Closes: opensearch-project#18137 Signed-off-by: Lukáš Vlček <[email protected]>
Co-authored-by: Andrew Ross <[email protected]> Signed-off-by: Lukáš Vlček <[email protected]>
Description
This logging message is relevant to experimental feature that is not yet turned on by default. When this code runs in production then this logging message is confusing OPS because there is nothing they can do to address this WARN level message.
Related Issues
Resolves #18137
Check List
[ ] Functionality includes testing.[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.