Commit e92e16b
authored
allocation: fix typo in balancing round interval setting (elastic#136342) (elastic#136346)
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.1 parent 6efc7c7 commit e92e16b
File tree
1 file changed
+1
-1
lines changed- server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments