Re: each file of the kafka data will be opened 70+ times

2017-08-23 Thread Tom Bentley
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

each file of the kafka data will be opened 70+ times

2017-08-22 Thread Zongwen Li
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