GitHub user neykov opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/391
Don't create enrichers (i.e. quorum check) for quarantine entity.
Fixes the following problems:
* If the items in the quarantine entity are removed (either unmanaged or
no longer on fire) the quarantine gets {running: false, ON_FIRE: true} state
due to the enrichers.
* If the Clear Problems from UI is executed on quarantine in gets
{running: true} state.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neykov/incubator-brooklyn fix/quarantine
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/391.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #391
----
commit bb92099d48b7903229f463000e957911e1201fef
Author: Svetoslav Neykov <[email protected]>
Date: 2014-12-12T15:22:22Z
Don't create enrichers (i.e. quorum check) for quarantine entity.
Fixes the following problems:
* If the items in the quarantine entity are removed (either unmanaged or
no longer on fire) the quarantine gets {running: false, ON_FIRE: true} state
due to the enrichers.
* If the Clear Problems from UI is executed on quarantine in gets
{running: true} state.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---