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

[Serve][UX] Fine-grained reason for a replica failure #3180

Closed
cblmemo opened this issue Feb 18, 2024 · 2 comments
Closed

[Serve][UX] Fine-grained reason for a replica failure #3180

cblmemo opened this issue Feb 18, 2024 · 2 comments
Labels
serve features/bugs related to sky serve

Comments

@cblmemo
Copy link
Collaborator

cblmemo commented Feb 18, 2024

Currently our recommendation to users is to check logs if the replica fails, but it might be easier to understand/debug if we can clearly state in the sky status output.

Potential solutions:

  • More replica status, e.g. RUN_FAILED, SETUP_FAILED;
  • Add a column to indicate failure reason in a plain text string.
@brian316
Copy link

you can run sky serve logs <service_name> <replica_id> to see the logs of the failing replica, but i agree that skypilot should have a status for failed build or stop creating new replicas if a max number of attempts was made

@cblmemo cblmemo added the serve features/bugs related to sky serve label Jun 21, 2024
@cblmemo
Copy link
Collaborator Author

cblmemo commented Jun 21, 2024

Already resolved by #3411. Closing now

@cblmemo cblmemo closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
serve features/bugs related to sky serve
Projects
None yet
Development

No branches or pull requests

2 participants