-
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
Suggestions pod does not fail when exception is raised #1120
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
We need to add validation for algorithm to fail fast. I think it is in the roadmap 2020. |
ref #1126 |
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. |
/kind bug
What steps did you take and what happened:
Created a Katib experiment, using
grid
search and twoint
parameters. CRD looks like this:Since parameter
b
hasmin=50
andmax=1
, I would expect the submission of the CRD to fail.What did you expect to happen:
What happens is that the suggestions pod is created and it starts to continuously produce the following error:
So the katib experiment runs indefinitely without ever failing and without producing any trials. The controller logs don't help either and no events are generated, it's just the suggestions pod that produces these errors.
Environment:
The text was updated successfully, but these errors were encountered: