cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

open files continually grow #31

Closed chrsblck closed 9 years ago

chrsblck commented 10 years ago

I am testing this console by monitoring a kafka cluster with ~20 topics, each with ~3 consumer groups.

The number of open files keeps getting larger and larger.

After running for ~15 minutes, kafka-web-console has over 92,000 open files.

The number of open files on each kafka node is also increasing. Each one is ~13,000 open files.

I have set the 'offset-fetch-interval' to '600'.

It appears that the sockets never close.

cjmamo commented 9 years ago

Duplicate of #30