-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add cancellation support in TransportGetAllocationStatsAction
#127371
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
Changes from 2 commits
620f23c
8d6f7cc
b423b7b
91df717
ccae434
e42fe33
001a2b7
7511df2
2e7fa50
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| pr: 127371 | ||
| summary: Add cancellation support in `TransportGetAllocationStatsAction` | ||
| area: Allocation | ||
| type: feature | ||
| issues: | ||
| - 123248 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -400,6 +400,7 @@ private void updateDesireBalanceMetrics( | |
| routingAllocation.metadata(), | ||
| routingAllocation.routingNodes(), | ||
| routingAllocation.clusterInfo(), | ||
| () -> {}, | ||
|
||
| desiredBalance | ||
| ); | ||
| Map<DiscoveryNode, NodeAllocationStatsAndWeightsCalculator.NodeAllocationStatsAndWeight> filteredNodeAllocationStatsAndWeights = | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.