Newts stucks whe using graphite: OutOfMemoryError: unable to create new native thread; Do not process all metrics
Description
When using GraphiteServer, GraphiteHandler do not shuts down its ThreadPoolExecutor when the client closes its connection, so, threads increases until runs out of memmory.
Metrics are processed packet by packet (50), but the handler do not process incomplete packets.
When using GraphiteServer, GraphiteHandler do not shuts down its ThreadPoolExecutor when the client closes its connection, so, threads increases until runs out of memmory.
Metrics are processed packet by packet (50), but the handler do not process incomplete packets.