I think your lsof output is listing threads, not simply processes (if you
look at the output instead of piping it to wc you'll see that the PID is
the same and only the TID is different). If you use `lsof
/opt/kafka/data/...` (i.e without the grep) instead it will just show the
processes.
On 22 Au
hi all,
When i use kafka cluster in our project, we found a problem, each file(log,
index, timeidex) of the kafka will be open many times(about 70+), was this
normal? or was a bug? how to fix this.
Thanks for your help!
--
Best Regards!
___
Zongwe