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

[BUG] Broker cannot gracefully shutdown when a duplicated broker attempts to start #718

Open
SCNieh opened this issue Jan 25, 2024 · 0 comments
Assignees
Labels

Comments

@SCNieh
Copy link
Contributor

SCNieh commented Jan 25, 2024

Version & Environment

What went wrong?

When a broker with duplicated node id attempts to start (will not succeed), the existing broker will not be able to gracefully close its streams
image

What should have happened instead?

How to reproduce the issue?

  1. start a broker with node id 1
  2. create some topics and send some messages
  3. start another broker with node id 1 (start failed)
  4. the original broker with node id 1 will not be able to shutdown gracefully

Additional information

Please attach any relevant logs, backtraces, or metric charts.

@SCNieh SCNieh added the bug Something isn't working label Jan 25, 2024
@superhx superhx removed the bug Something isn't working label Feb 18, 2024
@github-actions github-actions bot added the Stale label May 19, 2024
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

2 participants