Open molei20021 opened 1 week ago
The performance of preempt is about 2x faster
There is some gaps with my idea to improve the performance. Could you add some describe about your design?
There is some gaps with my idea to improve the performance. Could you add some describe about your design?
I add a design graph, the parts marked in red are modification points.
There is some gaps with my idea to improve the performance. Could you add some describe about your design?
I add a design graph, the parts marked in red are modification points.
I didn't get why we need to record last condition time, in SchedulerCache's taskUnschedulable
, there are already codes that validate whether the condition is same as last time:
https://github.com/volcano-sh/volcano/blob/24ca00bd247e8add46d95cff62da127cc8d0ee5e/pkg/scheduler/cache/cache.go#L1026-L1033
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: To complete the pull request process, please assign k82cn You can assign the PR to them by writing
/assign @k82cn
in a comment when ready.The full list of commands accepted by this bot can be found here.