-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diffferent value of variable in returned err will cause event message too long #2975
Comments
hey, I am interested in getting into the volcano project, |
Of cause, welcome! |
Yes, each filter node will execute all configured plugins, and finally summarize the results, which will have a certain performance impact compared to the previous implementation logic. The current modification is mainly to solve the plugin's predicate compatibility with allocate and preempt functions. If there is a better solution, look forward to communicating with you. |
/good-first-issue |
/close |
@lowang-bh: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
When one schedule cycle finishes, scheduler will sum up the unschedule reason and merge same reson. If there are different value of a variable in scheduler error, the unschedule event message will be too long.
What happened:
volcano/pkg/scheduler/actions/allocate/allocate.go
Lines 100 to 118 in 5302995
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: