| Summary: | IllegalStateException: JBAS018058: Session is already expired at server shutdown | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jitka Kozana <jkudrnac> |
| Component: | Clustering | Assignee: | Paul Ferraro <paul.ferraro> |
| Status: | CLOSED NOTABUG | QA Contact: | Jitka Kozana <jkudrnac> |
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jkudrnac, lthon, rhusar, rjanik |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-12 16:24:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jitka Kozana
2013-10-03 05:42:00 UTC
I don't understand. The bug description says that this occurred at the end of the test when the nodes were shutting down, yet the stacktrace indicates an exception originating from a request. The clients are accessing the cluster, as long as there is a node in the cluster that is still alive. So clients can access server, that is currently in the middle of shutdown. This results in this exception. What is the configured session timeout for this test? 5minutes. This is acceptable/expected behavior given the test scenario. Graceful shutdown is not support in the affected version of EAP 6. The described behavior is to be expected. The RFE to implement graceful shutdown is https://issues.jboss.org/browse/EAP6-7 Issues relating to HTTP can be avoided using mod_cluster and session draining prior to shutdown/undeploy. |