nifi/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api
Joe Witt c9ebdd2025
NIFI-10521-RC4 prepare for next development iteration
2022-10-03 10:59:36 -07:00
..
src/main/java/org/apache/nifi/http NIFI-4858: Expose Request Timeout from HTTP Context Map and use that to set as the timeout of the 'AsyncContext' in HandleHttpRequest. Otherwise, the request will never timeout (which is OK because the HttpContextMap will handle this). However, Jetty behind the scenes is adding a task to Scheduled Executor for each request with a delay of whatever the timeout is set to. Since it's currently set to Long.MAX_VALUE, that task will never be run and as a result the ExecutorService's queue will grow indefinitely, eventually exhausting the JVM Heap 2018-02-08 17:38:13 -05:00
pom.xml NIFI-10521-RC4 prepare for next development iteration 2022-10-03 10:59:36 -07:00