Firenz created NIFI-6233:
----------------------------
Summary: HandleHttpRequest -> File Leak if Port already Bind
Key: NIFI-6233
URL: https://issues.apache.org/jira/browse/NIFI-6233
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.8.0
Environment: Linux Centos7 3.10.0-862.11.6.el7.x86_64
jre1.8.0_181-amd64
Reporter: Firenz
When you start a HandleHttpRequest processor, and the port is already bind you
get errors, with bulletins : as expected.
However, this case implies a file leak (socks TCP). You can check it with
netstat -an | grep TCP ou lsof.
(In our case, the whole 3-nodes cluster was unavailable, the 65000 limit was
reached in less than 1 hour).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)