Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various MSC 1.2 fixes - first round #49

Merged
merged 9 commits into from May 15, 2017
Merged

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented May 15, 2017

Various MSC1 fixes - first round

…-stop propagation, which may allow an inconsistency in counts"

This reverts commit 3a88e07.
…ser forgot to call StartContext lifecycle methods.
…risoned forever in STOP_REQUESTED state.

This situation can happen in the following scenario:
 * Dependent controller moved from STARTING to START_FAILED state
 * Dependent controller is asked to retry()
 * On success dependent controller will move from START_FAILED to STARTING state

The problem is during that transition the number of
dependents is incremented for each dependency and these
increments are never compensated.
…nsitions:

 * START_REQUESTED -> START_INITIATING
 * DOWN -> REMOVING
@dmlloyd dmlloyd merged commit 9f01302 into jboss-msc:1.2 May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants