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
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