Observation
The hivemq.log
shows statements like the following:
Expand | ||
---|---|---|
| ||
Consequence
The impact of this is severe.
...
The most immediate impact this will have for HiveMQ is that the broker cannot accept any additional connection, as there are not file descriptors for network sockets left.
This might also impact the ability to write log files or replicate data.
Cause
This is caused when HiveMQ is run as a service, using Systemd version 240 or lower.
Known issue: https://github.com/systemd/systemd/issues/6559
Solution
Upgrade Systemd to version 241 or newer
...