You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
We had situations, when the broker was restarted without any clear reasons.
The change checks if the broker is running and registered in zk. I have assumption, that the broker was running normally, but the connection to zk was lost, which triggered restart of the broker, because it was not possible to check if it is registered or not.
So, I suggest to extend logging for the check in order to identify the reason of restarts.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We had situations, when the broker was restarted without any clear reasons.
The change checks if the broker is running and registered in zk. I have assumption, that the broker was running normally, but the connection to zk was lost, which triggered restart of the broker, because it was not possible to check if it is registered or not.
So, I suggest to extend logging for the check in order to identify the reason of restarts.
The text was updated successfully, but these errors were encountered: