HAA Logs Filling The Disk

Resolution for HAA logs filling the disk.

Root Cause: The port range was not properly whitelisted through the firewall, the logs were filled with those errors.


Resolution:

  1. Whitelist the port range 3333-3344 through the firewall
  2. Restart the machines,
  • >sudo firewall-cmd --zone=public --permanent --add-port=3333-3344/tcp
  • >sudo firewall-cmd --reload
  1. The connection error that filled the logs shall stop.