Skip to content

Commit

Permalink
unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Nov 18, 2024
1 parent 44d22dd commit 03bf9c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public void allocate(RoutingAllocation allocation) {
public void allocate(RoutingAllocation allocation, ActionListener<Void> listener) {
assert MasterService.assertMasterUpdateOrTestThread() : Thread.currentThread().getName();
assert allocation.ignoreDisable() == false;

computationsSubmitted.inc();

var index = indexGenerator.incrementAndGet();
Expand Down

0 comments on commit 03bf9c0

Please sign in to comment.