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:
- Whitelist the port range 3333-3344 through the firewall
- Restart the machines,
- >sudo firewall-cmd --zone=public --permanent --add-port=3333-3344/tcp
- >sudo firewall-cmd --reload
- The connection error that filled the logs shall stop.