mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.39k stars 531 forks source link

Heka receiving data slowly when connnections establishd #1900

Open yuxuchang opened 8 years ago

yuxuchang commented 8 years ago

Hi, I configure TcpInput listening on one port, and start 2000 processes to connect to it and let each process send some messages to it.Three are 2000 connections established. However, I find heka's cpu usage up to about 200%(4 cpu cores),memery usage is incresing by the time, and heka receiving data becomes slower and slower. Most important is that when I release some connections, it seems heka's cpu usage isn't decreased and the receiving data's speed is also slowly. How this issue appear? Can this issue be resloved?