-
Suggestion
-
Resolution: Won't Do
-
None
-
None
-
1
-
3
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
From: http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html
If JK aborts waiting for a response, because a reply timeout fired, there is no way to stop processing on the backend. Although you free processing resources in your web server, the request will continue to run on the backend - without any way to send back a result once the reply timeout fired.
It is possible to terminate long running requests from tomcat, but this is only on the connection side. The process will continue to run within the backend application.
Ideally the application should be able to check against this and maintain/terminate these long running threads.
- is related to
-
JRASERVER-39375 Enable JQL functions to opt out of heavy processing
- Gathering Interest
- relates to
-
JRACLOUD-39226 Ability to detect and terminate Long running Requests
- Closed
- mentioned in
-
Page Loading...