ryankert01 commented on code in PR #971:
URL: https://github.com/apache/yunikorn-core/pull/971#discussion_r1770754367
##########
pkg/scheduler/ugm/queue_tracker.go:
##########
@@ -410,11 +410,7 @@ func (qt *QueueTracker) canRunApp(hierarchy []string,
applicationID string, trac
func (qt *QueueTracker) canBeRemoved() bool {
for _, childQT := range qt.childQueueTrackers {
// quick check to avoid further traversal
- if childQT.canBeRemovedInternal() {
- if !childQT.canBeRemoved() {
Review Comment:
Did you mean `len(qt.childQueueTrackers) == 0` on L426 cause this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]