]
Brian Stansberry updated WFCORE-1801:
-------------------------------------
Labels: domain-mode (was: )
DomainSlaveHostRegistrations should survive a reload
----------------------------------------------------
Key: WFCORE-1801
URL:
https://issues.jboss.org/browse/WFCORE-1801
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Priority: Minor
Labels: domain-mode
DomainSlaveHostRegistrations is used by the master to record HC
registration/unregistration events for display via the management API. The lifecycle of
this data is tied to that of DomainModelControllerService, which gets gc'd and
recreated on each reload. This data should have a longer lifespan than that.
It doesn't need to be persistent (survive HC restart) but surviving reload would be
better.