-
Notifications
You must be signed in to change notification settings - Fork 25.6k
allocation: fix typo in balancing round interval setting #136342
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
allocation: fix typo in balancing round interval setting #136342
Conversation
The AllocationBalancingRoundSummaryService has an interval setting, balancer_round_summaries_interval, that was previously named with a typo (balanace). This 2 character change fixes this typo.
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
|
Hi @schase-es, I've created a changelog YAML for you. |
nicktindall
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.
LGTM, but perhaps it should be a non-issue, that will avoid the need for the yaml and given that nobody is probably using the property yet, it seems like it doesn't need to appear in the release notes.
The AllocationBalancingRoundSummaryService has an interval setting,
balancer_round_summaries_interval, that was previously named with a typo
(balanace). This 2 character change fixes this typo.