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 restarting the pseudo-distributed sandbox the clients do not find the combiner #496

Closed
1 of 4 tasks
ahellander opened this issue Dec 28, 2023 · 1 comment
Closed
1 of 4 tasks
Assignees

Comments

@ahellander
Copy link
Member

ahellander commented Dec 28, 2023

If you start the example sandbox as such:

docker-compose -f ../../docker-compose.yaml -f docker-compose.override.yaml up

Then stop, and restart, the clients do not manage to attach to the combiner (now set in the db).

Workaround: Flushing the db before restart.

How if should work: The default combiner name is "combiner" and the clients should manage to get assigned to this upon restart.

Severity

  • Critical/Blocker (select if the issue makes the application unusable or causes serious data loss)
  • High (select if the issue affects a major feature and there is no workaround or the available workaround is very complex)
  • Medium (select if the issue affects a minor feature or affects a major feature but has an easy enough workaround to not cause any major inconvenience)
  • Low (select if the issue doesn't significantly affect the user experience, like minor visual bugs)
@ahellander
Copy link
Member Author

This has been solved via a more robust check usign grpc health checking.

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

Successfully merging a pull request may close this issue.

1 participant