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

stream running logs during enclave creation even if it fails #1512

Closed
h4ck3rk3y opened this issue Oct 10, 2023 · 6 comments
Closed

stream running logs during enclave creation even if it fails #1512

h4ck3rk3y opened this issue Oct 10, 2023 · 6 comments
Assignees
Labels
bug Something isn't working critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend

Comments

@h4ck3rk3y
Copy link
Contributor

h4ck3rk3y commented Oct 10, 2023

What's your CLI version?

0.84.3

Description & steps to reproduce

Tried running https://github.com/galenmarchetti/basic-service-package

The images weren't available for amd64 at the time; the cloud UI just kept spinning and didn't say what happened. Refreshing it led to an empty enclave with no services and just the first files artifact

Desired behavior

logs should be streamed even if enclave creation / run fails at any step

What is the severity of this bug?

Critical; I am blocked and Kurtosis is unusable for me because of this bug.

What area of the product does this pertain to?

Frontend(Cloud): the Graphical User Interface, including the Enclave Manager

@h4ck3rk3y h4ck3rk3y added the bug Something isn't working label Oct 10, 2023
@github-actions github-actions bot added critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend labels Oct 10, 2023
@mieubrisse
Copy link
Collaborator

I thiiiink @tedim52 or @adschwartz is going to take this one

@adschwartz adschwartz self-assigned this Oct 12, 2023
@adschwartz
Copy link
Contributor

@mieubrisse Yes, I'm working this.

@adschwartz
Copy link
Contributor

@h4ck3rk3y I tried running the package above but wasn't able to reproduce (as expected since you now have those images). Another idea for reproducing was to run Laurent's etcd package and give it a bad image but that also failed as expected without hanging. Do you have another idea for how I can reproduce this issue?

@h4ck3rk3y
Copy link
Contributor Author

You can replace the images with galenmarchetti/service-a, galenmarchetti/service-a and galenmarchetti/service-a and see how that works!

@mieubrisse
Copy link
Collaborator

@h4ck3rk3y @adschwartz are we good to close this?

@adschwartz
Copy link
Contributor

@mieubrisse Yes we did get to the bottom of this. The underlying issue with this was that the downloading of the images took a long time, making the stream connection drop. We've since increased it. Of course that's not going to solve things perfectly but it makes it less likely that they will happen again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend
Projects
None yet
Development

No branches or pull requests

3 participants