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

Multi deployment: Blocks on first replica if other replica fails to start #763

Open
flouthoc opened this issue May 21, 2024 · 2 comments
Open
Assignees

Comments

@flouthoc
Copy link
Contributor

Hi Maintainers,

I found this one issue and just leaving it here as a note for future developers and if someone else stumbles upon this. Please free to close this

When doing waver multi deploy , the entire deployment blocks on the first replica if second replica is on a blocking state due to any error and logs from second replica are not propagated to stdout , making it hard to debug since as a developer I am stuck with a blocked deployment and no logs from my failing replicas.

I am not sure but maybe a potential solution could be to always collect and report logs from all replicas in a polling manner ?

@rgrandl
Copy link
Collaborator

rgrandl commented May 30, 2024

@flouthoc, can you elaborate on this? You deployed an app with weaver multi. However, one of the replica is not able to start, hence nothing works?

Can you show an example app that triggers this issue?

@flouthoc
Copy link
Contributor Author

@rgrandl My current application is in a bit complicated state to open-source, but sure I can try creating a minimal reproducer and report back here.

Once the issue is acknowledged as generally reproduce-able I can take a stab at fixing the issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants