You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be cleaned:
When AddOrUpdateWorkloadWithoutLock returns false, there are several lines which may log that a LocalQueue does not exist
We should differentiate whether the ClusterQueue or LocalQueue is missing in the log lines which depend on (directly or indirectly) the return value of this function.
Why is this needed:
To assist with future debugging, and to make our logging more precise.
The text was updated successfully, but these errors were encountered:
What would you like to be cleaned:
When AddOrUpdateWorkloadWithoutLock returns false, there are several lines which may log that a LocalQueue does not exist
e.g.
kueue/pkg/controller/core/workload_controller.go
Lines 732 to 734 in 2c8e7da
Unfortunately, this function can also return false when the ClusterQueue is not located
kueue/pkg/queue/manager.go
Lines 336 to 339 in 2c8e7da
We should differentiate whether the ClusterQueue or LocalQueue is missing in the log lines which depend on (directly or indirectly) the return value of this function.
Why is this needed:
To assist with future debugging, and to make our logging more precise.
The text was updated successfully, but these errors were encountered: