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
Describe the bug
No recommendations are observed for a "job" intermittently - although there is a data and the recommendations for the same experiment were generated earlier.
How to reproduce it
On NERC, create an experiment using
Describe the bug
No recommendations are observed for a "job" intermittently - although there is a data and the recommendations for the same experiment were generated earlier.
How to reproduce it
On NERC, create an experiment using
curl -X POST http://kruize-openshift-tuning.apps.nerc-ocp-test-2.nerc.mghpcc.org/generateRecommendations?experiment_name=monitor_gpu_ttm
[
{
"cluster_name": "default",
"experiment_type": "container",
"kubernetes_objects": [
{
"type": "job",
"name": "training-ttm",
"namespace": "unpartitioned-namespace",
"containers": [
{
"container_image_name": "kruizehub/ttm:v1",
"container_name": "training-container",
"recommendations": {
"version": "1.0",
"notifications": {
"120001": {
"type": "info",
"message": "There is not enough data available to generate a recommendation.",
"code": 120001
}
},
"data": {}
}
}
]
}
],
"version": "v2.0",
"experiment_name": "monitor_gpu_ttm"
}
]
Expected behavior
Few minutes earlier to it, recommendations for the same job were observed.
Relevant logs
No errors were observed.
Environment:
The text was updated successfully, but these errors were encountered: