dragon-fly

Results 290 comments of dragon-fly

> if the priority of queue A is higher than the priority of queue B queue's priority is dynamic changed and depend on the resource usage of all jobs in...

> Additionally, I noticed some code duplication in this section. I intend to submit a refactoring pull request to improve it here. like those two https://github.com/volcano-sh/volcano/blob/master/pkg/scheduler/plugins/util/nodelock/nodelock.go#L79 https://github.com/volcano-sh/volcano/blob/master/pkg/scheduler/plugins/util/nodelock/nodelock.go#L112 > > WDYT...

I don't recommend this changed. But I also have no good idea now -_-

> If other queue's jobs all have higher priority,current queue can not reclaim their resources, reclaim will not happen, is this reasonable? We just support this feature and close it...

> we'd better add a desige doc and give some user-guide. @Monokaix docs is added. cc @wangyang0616 @hwdef please help to review. thanks.