[jboss-jira] [JBoss JIRA] (WFCORE-899) Graceful shutdown on server group doesn't take into account timeout

Jason Greene (JIRA) issues at jboss.org
Fri Aug 21 10:02:26 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene moved WFLY-5168 to WFCORE-899:
-------------------------------------------

              Project: WildFly Core  (was: WildFly)
                  Key: WFCORE-899  (was: WFLY-5168)
    Affects Version/s:     (was: 10.0.0.Beta1)
          Component/s: Domain Management
                           (was: Domain Management)
        Fix Version/s: 2.0.0.Beta3
                           (was: 10.0.0.Beta2)


> Graceful shutdown on server group doesn't take into account timeout
> -------------------------------------------------------------------
>
>                 Key: WFCORE-899
>                 URL: https://issues.jboss.org/browse/WFCORE-899
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Radim Hatlapatka
>            Assignee: Jason Greene
>            Priority: Critical
>             Fix For: 2.0.0.Beta3
>
>
> The timeout for graceful shutdown in case of domain server groups isn't respected.
> Steps to reproduce
> # start server in domain (domain.sh)
> # Deploy application which allows creating long running requests (you can use the one provided in attachment)
> # Create request to server-one (in main server group), which shall take longer time then graceful shutdown for example 50s ({{curl -v http://127.0.0.1:8080/long-running-servlet/HeavyProcessing?duration=50000}})
> # In the mean time call graceful shutdown on main server group ({{/server-group=main-server-group:stop-servers(timeout=5)}})
> The request should be terminated by server after 5s, still it is fully processed with 200 status code.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list