Sourav, Please make sure you've followed these recommendations https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#configuration-best-practices
Specifically make sure you update the max open file handles. Thanks Joe On Tue, Apr 26, 2016 at 9:34 AM, Sourav Gulati <[email protected]> wrote: > Hi Team, > > I am using "@TriggerSerially" annotation while creating processor and inside > "On Trigger" method I am creating a file reader and after doing the > processing I am closing the reader connection as well. As per my assumption, > if I am using @TriggerSerially, then "On trigger" method runs in serial > fashion. > > However, while executing processor I am getting "too many open files" error . > I check with lsof command as well, it has opened lot of reader connections to > file. > > What should I change ? Need urgent help > > > > Regards, > Sourav Gulati > > > ________________________________ > > > > > > > NOTE: This message may contain information that is confidential, proprietary, > privileged or otherwise protected by law. The message is intended solely for > the named addressee. If received in error, please destroy and notify the > sender. Any use of this email is prohibited when received in error. Impetus > does not represent, warrant and/or guarantee, that the integrity of this > communication has been maintained nor that the communication is free of > errors, virus, interception or interference.
