CYJiang

Results 28 comments of CYJiang

您好,我在最外層的go.mod中,声明require geecache v0.0.0 replace geecache => ./geecache 这两句时,都会找不到 请问是啥原因的

you can close https://github.com/volcano-sh/volcano/pull/3405 or use rebase command ```bash git rebase -i HEAD~2 2 means you want to rebase commit number or git pull origin master --rebase ```

> Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail and...

> > Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail...

@molei20021 I'm not entirely clear why the queueorder plugin is necessary if the scheduler already dequeues tasks based on their priority. Additionally, I don't understand the need for event notification...

The queue with a higher priority should be dequeued first, so why does task 5 need to be scheduled first?

This seems to deviate from the original usage and design philosophy of the queue.

So why are you placed in the low priority queue? this seems unreasonable

I noticed that the test coverage in pkg/controllers can be improved. I will submit separate PRs to enhance this aspect.