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
The logic you attached indicates the job is deleted. That means normal path has been went through. Does it make sense?
Q2:
processNextWorkItem normally just validates the key. It passes the key to syncTFJob. Since syncTFJob needs to retrieve the job object for a deep copy, it has to handle the error one more time. However, it may not be reached because it has been handled earlier.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
some questions:
q1:
https://github.com/kubeflow/tf-operator/blob/7e6953133c3d95c6f3103348351b999e4e84f955/pkg/controller.v1/tensorflow/controller.go#L321
why don't need to delete expectations here?
q2:
https://github.com/kubeflow/tf-operator/blob/7e6953133c3d95c6f3103348351b999e4e84f955/pkg/controller.v1/tensorflow/controller.go#L251
https://github.com/kubeflow/tf-operator/blob/7e6953133c3d95c6f3103348351b999e4e84f955/pkg/controller.v1/tensorflow/controller.go#L317
same code block in a sync loop?
The text was updated successfully, but these errors were encountered: