Issues
- Newts stucks whe using graphite: OutOfMemoryError: unable to create new native thread; Do not process all metricsNEWTS-86Resolved issue: NEWTS-86
- ResultDescriptor should allow to specify the XFFNEWTS-73Resolved issue: NEWTS-73Jesse White
- Aggregation should allow resolution == intervalNEWTS-72Resolved issue: NEWTS-72Jesse White
- Rest search returns SearchResults.isEmpty()NEWTS-71Resolved issue: NEWTS-71Jesse White
- Result metrics should be wrapped with OptionalNEWTS-63Resolved issue: NEWTS-63
5 of 5
Newts stucks whe using graphite: OutOfMemoryError: unable to create new native thread; Do not process all metrics
Project is Closed
Description
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.