George, Thanks for passing on this info about the syslog tests, those are new for this current release so it is good to know what people are running into.
The ListenSyslog processor has a property that sets the SO_RCVBUF to allow increasing the OS socket receive buffer, it defaults to 1MB and it looks like the tests do not explicitly set this value, so I wonder if that is causing the problem and maybe the test should set this property a bit lower since it is not actually needed for the tests. In my experience running the processor on a CentOS VM, it would just throw a warning if 1MB was too high, but the processor still worked, so I'm not sure. -Bryan On Thu, Nov 19, 2015 at 6:36 AM, George Seremetidis <[email protected]> wrote: > I had the same problem with Centos 7 and Oracle JDK 8. Those exact unit > tests would fail. Follow the instructions on > https://nifi.apache.org/quickstart.html. I think you'll find that Centos > sets max file handles to 1024 for a user. > > I also had to increase net.core.rmem_max to 1,200,000 to pass one of the > Syslog tests. > > George > > George >
