elasticsearch/docs/changelog/126008.yaml
Jeremy Dahlgren 4c979aa365
Accumulate compute() calls and iterations between convergences in DesiredBalanceComputer (#126008)
Add tracking of the number of compute() calls and total iterations
between convergences in the DesiredBalanceComputer, along with the
time since the last convergence.  These are included in the log
message when the computer doesn't converge.

Closes #100850.
2025-04-04 08:33:17 -04:00

6 lines
136 B
YAML

pr: 126008
summary: Accumulate compute() calls and iterations between convergences
area: Allocation
type: enhancement
issues:
- 100850