You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[performance] Avoid O(n^2) in DeadlockDetector.lockAcquired()
With n conflicting rules. "conflicting.contains(possible)" Has been
observed as severe hotspot in workspace with n= ~1000 projects
Functionality is tested with
IJobManagerTest.testTransferToJobWaitingOnChildRule()
0 commit comments