too many open files

2021-05-12 Thread Gu Haihua
Hi everyone We have a kafka connect service, which runs in standalone mode. Recently, there are too many tasks running on it, and sometimes too many open files error will be thrown. Through the lsof command, it can be seen that there are many commit.offsets files open. $ lsof -p 16862|wc -l 36

Re: too many open files

2021-05-13 Thread Gu Haihua
397391 /tmp/connect.offsets Regars On 2021/05/13 02:20:47, Gu Haihua wrote: > Hi everyone> > > We have a kafka connect service, which runs in standalone mode. Recently, > there are too many tasks running on it, and sometimes too many open files > error will be thrown. Throug