Skip to content

Commit

Permalink
[YUNIKORN-2982] update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhh777 committed Dec 2, 2024
1 parent d715e65 commit fd21982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheduler/objects/preemption.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ func (p *Preemptor) TryPreemption() (*AllocationResult, bool) {
zap.String("victimNodeID", victim.GetNodeID()),
zap.String("victimQueue", victimQueue.Name),
)
// send event
victim.SendPreemptedBySchedulerEvent(p.ask.allocationKey, p.ask.applicationID, p.application.queuePath)
} else {
log.Log(log.SchedPreemption).Warn("BUG: Queue not found for preemption victim",
Expand Down

0 comments on commit fd21982

Please sign in to comment.