[ 
https://issues.apache.org/jira/browse/FELIX-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Wimmesberger updated FELIX-6182:
--------------------------------------
          Flags: Patch
    Description: 
It would be nice to have the option to set the stop timeout 
([https://www.eclipse.org/jetty/javadoc/9.4.20.v20190813/org/eclipse/jetty/server/Server.html#setStopTimeout(long)])

In our usecase we don't want a "graceful" (in a sense of waiting for the 
pending requests to finish) shutdown, we want the server to stop immediately 
when the application is stopped. Currently there is no possibility to configure 
such behavior with http.jetty and osgi properties.

I have made a pull request for this change:

[https://github.com/apache/felix/pull/203]

  was:
It would be nice to have the option to set the stop timeout 
([https://www.eclipse.org/jetty/javadoc/9.4.20.v20190813/org/eclipse/jetty/server/Server.html#setStopTimeout(long)])

In our usecase we don't want a "graceful" (in a sense of waiting for the 
pending requests to finish) shutdown, we want the server to stop immediately 
when the application is stopped. Currently there is no possibility to configure 
such behavior with http.jetty and osgi properties.


> Make jetty stop timeout configurable
> ------------------------------------
>
>                 Key: FELIX-6182
>                 URL: https://issues.apache.org/jira/browse/FELIX-6182
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>    Affects Versions: http.jetty-4.0.14
>            Reporter: Simon Wimmesberger
>            Priority: Major
>
> It would be nice to have the option to set the stop timeout 
> ([https://www.eclipse.org/jetty/javadoc/9.4.20.v20190813/org/eclipse/jetty/server/Server.html#setStopTimeout(long)])
> In our usecase we don't want a "graceful" (in a sense of waiting for the 
> pending requests to finish) shutdown, we want the server to stop immediately 
> when the application is stopped. Currently there is no possibility to 
> configure such behavior with http.jetty and osgi properties.
> I have made a pull request for this change:
> [https://github.com/apache/felix/pull/203]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to