[jboss-jira] [JBoss JIRA] (AS7-407) Ensure that connectors that handle end user request start late in the server start process
David Lloyd (Resolved) (JIRA)
jira-events at lists.jboss.org
Tue Nov 1 14:42:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd resolved AS7-407.
-----------------------------
Fix Version/s: No Release
(was: 7.1.0.Beta1)
Resolution: Done
This issue isn't exactly actionable; I think that if we encounter a specific problem it could be codified as an issue.
> Ensure that connectors that handle end user request start late in the server start process
> ------------------------------------------------------------------------------------------
>
> Key: AS7-407
> URL: https://issues.jboss.org/browse/AS7-407
> Project: Application Server 7
> Issue Type: Task
> Components: Server
> Reporter: Brian Stansberry
> Fix For: No Release
>
>
> Ensure all connectors that handle user requests have appropriate behavior with respect to not starting until the overall server start is in a state where the connector can handle the expected requests.
> Part of this is understanding how the clients work; i.e. for some connectors clients may never send a request that the server can't correctly handle. For others, e.g. web connectors fronted by mod_jk or most hardware load balancers, once the connector is started, it may start receiving requests for apps that are not deployed.
> This is somewhat related to graceful shutdown, where the connector should stop handling requests at the appropriate point in a shutdown process.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list