]
Paul Ferraro commented on WFLY-12601:
-------------------------------------
[~ropalka] OK - I've updated the PR to address the issues with ServiceSupplier. Can
you have a look?
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.