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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
We see two exact same logs for same object. Actually one is from pod creation and the other one comes from services.
INFO[0006] Update on create function xgboostjob-operator create object xgboost-dist-iris-test-train-local-master-0
INFO[0006] Update on create function xgboostjob-operator create object xgboost-dist-iris-test-train-local-master-0
logrus.Info("Update on create function ", xgbr.ControllerName(), " create object ", e.Meta.GetName())
The problem is in the code, we didn't differentiate pod or service concept object, create object is not that clear. We need a minor improvement on the logs.
The text was updated successfully, but these errors were encountered:
We see two exact same logs for same object. Actually one is from pod creation and the other one comes from services.
xgboost-operator/pkg/controller/xgboostjob/expectation.go
Line 63 in 5f01632
The problem is in the code, we didn't differentiate pod or service concept object,
create object
is not that clear. We need a minor improvement on the logs.The text was updated successfully, but these errors were encountered: