Cherry-picked from #44693 Co-authored-by: hui lai <laihui@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
54e2249a56
commit
8843b17a28
@ -486,6 +486,7 @@ public class RoutineLoadManager implements Writable {
|
||||
// check if be has idle slot
|
||||
readLock();
|
||||
try {
|
||||
updateBeIdToMaxConcurrentTasks();
|
||||
Map<Long, Integer> beIdToConcurrentTasks = getBeCurrentTasksNumMap();
|
||||
int previousBeIdleTaskNum = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user