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

Signal handling race when using embedded NATS #373

Open
tylertreat opened this issue Nov 8, 2021 · 0 comments
Open

Signal handling race when using embedded NATS #373

tylertreat opened this issue Nov 8, 2021 · 0 comments
Labels

Comments

@tylertreat
Copy link
Member

There is a race condition when using the embedded NATS server option in that the NATS server's signal handler races with Liftbridge's signal handler. Specifically, NATS calls os.Exit which can prevent a clean shutdown to occur in Liftbridge.

@tylertreat tylertreat added the bug label Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant