Issues
Newts stucks whe using graphite: OutOfMemoryError: unable to create new native thread; Do not process all metrics
Project is Closed
Description
Attachments
2
Lucidchart Diagrams
Created April 27, 2016 at 9:29 AM
Updated May 8, 2020 at 8:41 PM
Resolved May 8, 2020 at 8:41 PM
Activity
Show:
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.