Skip to content

Commit

Permalink
Remove initialized check when get concurrency summary (linkedin#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
CCisGG authored Mar 12, 2023
1 parent c84b3c8 commit 96c3d6b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ public int unthrottledConcurrency(Set<Integer> brokersWithReplicaMoves, Set<Inte
* @return the execution concurrency summary
*/
public synchronized ExecutionConcurrencySummary getExecutionConcurrencySummary() {
if (!_initialized) {
throw new IllegalArgumentException("The execution manager has not been initialized.");
}
return _executionConcurrencySummary;
}

Expand Down

0 comments on commit 96c3d6b

Please sign in to comment.