[
https://issues.jboss.org/browse/WFLY-12601?page=com.atlassian.jira.plugin...
]
Richard Opalka commented on WFLY-12601:
---------------------------------------
CountDownLifecycle listener needs to remove listener
once target event is achieved - see my review comment.
Otherwise changes to ServiceLifecycle looks good to me [~pferraro]
Eliminate StabilityMonitor usages in clustering subsystem
---------------------------------------------------------
Key: WFLY-12601
URL:
https://issues.jboss.org/browse/WFLY-12601
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Richard Opalka
Assignee: Paul Ferraro
Priority: Major
Fix For: 19.0.0.Beta1
Attachments: ServiceSupplier.png
Clustering needs to eliminate usages of StabilityMonitor because SM is not reliable.
It is possible that SM will prematurely inform about achieved stability even if it is not
true.
The reason is SM is not propagated up the dependencies chain and thus it may report
about achieved stability even in case dependencies chain didn't finish its processing
yet
and 'real' stability wasn't achieved yet.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)