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

zmq: Implement ACK or re-connection for Monitor #9782

Open
xjules opened this issue Jan 16, 2025 · 0 comments · May be fixed by #9798
Open

zmq: Implement ACK or re-connection for Monitor #9782

xjules opened this issue Jan 16, 2025 · 0 comments · May be fixed by #9798

Comments

@xjules
Copy link
Contributor

xjules commented Jan 16, 2025

In a rare occasion, the local connection (between monitor and ensemble evaluator) can go down. In such a case, the messages sent by the evaluator will be lost and the GUI won't be updated. In this case we have two options:

  1. The messages sent by ensemble evaluator can get ACK similar to dispatchers messages
  2. When re-connection happens, monitor needs to sent CONNECT_MSG to receive a Full snapshot again.

The symptoms of this behavior are described in this faulty network testing.
#9734

@xjules xjules moved this to Todo in SCOUT Jan 16, 2025
@xjules xjules moved this from Todo to In Progress in SCOUT Jan 17, 2025
@xjules xjules linked a pull request Jan 17, 2025 that will close this issue
9 tasks
@xjules xjules moved this from In Progress to Ready for Review in SCOUT Jan 18, 2025
@xjules xjules changed the title zmq: Implement ACK for Monitor zmq: Implement ACK or re-connection for Monitor Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Review
Development

Successfully merging a pull request may close this issue.

1 participant