[jboss-jira] [JBoss JIRA] (WFLY-3053) BootstrapImpl#bootstrap result is inherently racy

David Lloyd (JIRA) issues at jboss.org
Mon Mar 3 09:06:50 EST 2014


David Lloyd created WFLY-3053:
---------------------------------

             Summary: BootstrapImpl#bootstrap result is inherently racy
                 Key: WFLY-3053
                 URL: https://issues.jboss.org/browse/WFLY-3053
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Server
            Reporter: David Lloyd
            Assignee: Jason Greene
             Fix For: 8.0.1.Final


The boostrap code presently installs a stability monitor and awaits stability before returning.  It then probes the state of the root service.  There is a window of time in which the root service may be stopped or removed, resulting in big exception traces being logged.  To atomically get the result of the operation, the service container must somehow be frozen until the root service is completely read.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list