-
Notifications
You must be signed in to change notification settings - Fork 448
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
Problem about katib-db #2020
Comments
Can you check logs of katib-controller , katib-db-manager if there are any errors? |
katib-controller, katib-db-manager logs. I used a random example. katib-controller |
It looks good. Can you check logs of metrics container of the trial pod? |
logs of metrics container of the trial pod..! There was no particular issue. The log and metric results were also very normal. I tested on two aks. The katib metric was very normal and identical. When I compared the db that is accumulated in mysql provided by katib with the db that I set, If possible, is there a way to check the communication from trial pod to db? (It's strange that the data was inserted into the db, but it didn't go into the db.) |
To confirm, are you seeing success message in metric logs once training is completed ?
|
No show about klog.Infof("Metrics reported. :\n%v", olog)
|
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. |
Sorry for the late reply @skgreenstar. |
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. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
I have the same phenomenon. However, I am not a katib-controller problem, even though everything was done normally and the job was done normally, the data does not accumulate on the db.
For your information, I am connecting to a mysql server other than mysql provided by katib. The connection to the corresponding db is normal, and the observe_logs table is also normally created.
However, the data is not accumulated in the db.
What's the problem? Is there a solution?
Originally posted by @skgreenstar in #1949 (comment)
The text was updated successfully, but these errors were encountered: