Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Observation

The hivemq.log shows statements like the following:

Expand
titleError reading file /proc/stat. {}java.nio.file.FileSystemException: /proc/stat: Too many open files at

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

...