Skip to content
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

When notebook submits a run and clicks the link they get "Error: failed to retrieve run:" #1017

Closed
Ark-kun opened this issue Mar 22, 2019 · 7 comments

Comments

@Ark-kun
Copy link
Contributor

Ark-kun commented Mar 22, 2019

We should make it so that the user does not see the error.

Error: failed to retrieve run: 942689da-4c3f-11e9-bdef-42010a8000a2. Click Details for more information.

When the run is submitted, the client receives the run ID. So the run entry must already exist in the DB. The Frontend should see that and prevent the error.

@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Could you please provide more details? Why not fixing the error itself for instance?

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Mar 26, 2019

Could you please provide more details? Why not fixing the error itself for instance?

I think that the problem is well-known and reproducible. I'm just adding a tracking item.

@rileyjbauer
Copy link
Contributor

Does the user only see this error immediately after submitting, or is it always broken?

Are you seeing this error within the web UI?

What is the expected behavior here?

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Mar 27, 2019

Are you seeing this error within the web UI?

Yes.

Does the user only see this error immediately after submitting, or is it always broken?

The user sees the error immediately after submitting a new run and clicking the Run link.
After a bit of time and several refreshes, the message goes away.

What is the expected behavior here?

I expect not to see this error message when the run exists in the DB.
As a user, I know that the run exists since I have it's ID returned from the backend server which meand that it was inserted into the DB.

Do you know why this error happens? Is this frontend or backend issue?

@rileyjbauer
Copy link
Contributor

rileyjbauer commented Mar 29, 2019

The frontend is indicating that the backend returned an error when the run was requested.]

I tried this with a few different notebooks and was not able to reproduce it. Have you seen it since the auto-refresh feature was added?

If you are able to still reproduce it, could you click "Details" when you see the above error and paste what it says here as well? That should indicate what error the backend is sending

@vicaire
Copy link
Contributor

vicaire commented Apr 9, 2019

Resolving, please reopen with the additional details that rileybauer@ requested if the problem is still showing up.

@vicaire vicaire closed this as completed Apr 9, 2019
@Ark-kun
Copy link
Contributor Author

Ark-kun commented Apr 10, 2019

I tried this with a few different notebooks and was not able to reproduce it.

I see it almost every time I submit a run from a notebook.

could you click "Details" when you see the above error and paste what it says here as well? That should indicate what error the backend is sending

AFAIR, the error message was the same ~ "Failed to retrieve run".

HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this issue Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants