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
This commit resolves a deadlock by acquiring a write lock on the system
once instead of multiple times within the CleanMessagesExecutor. The
redundant system.write() calls have been removed, ensuring that the
metrics are updated without the need for additional locks.
This closes#897.
Iggy server become unresponsive after a few consumer connects to the server. It doesn't happen immediately, one or two hours later.
I have 2 producers and 3 consumers.
The text was updated successfully, but these errors were encountered: