-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Set includeShardsStats = false in NodesStatsRequest where the caller does not use shards-level statistics #100938
Set includeShardsStats = false in NodesStatsRequest where the caller does not use shards-level statistics #100938
Conversation
Pinging @elastic/es-data-management (Team:Data Management) |
docs/changelog/100938.yaml
Outdated
@@ -0,0 +1,5 @@ | |||
pr: 100938 | |||
summary: "Set includeShardsStats = true in NodesStatsRequest where the caller does not use shards-level statistics" |
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.
Just to double check, do you mean here includeShardsStats = false
?
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.
Yes, it's my mistake. Thanks for your check. It's fixed in f72732e and this PR title is also fixed.
@elasticmachine ok to test |
@elasticmachine update branch |
buildkite test this please |
@NEUpanning thank you for leading this! This is such a great improvement. The code looks great. I just triggered the tests now, I see no blockers on moving forward with this. Let's see if the tests agree :) |
@NEUpanning if you need any help addressing the format failures, let me know |
I resolved the format failures. @gmarouli Could you trigger the tests please? |
buildkite test this please |
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.
LGTM 🚀 , thank you @NEUpanning for your contribution!
@elasticmachine update branch |
buildkite test this please |
@gmarouli Thank you for reviewing my code. |
Relates #100466