]
James Perkins updated WFCORE-3505:
----------------------------------
Fix Version/s: 4.0.0.Alpha6
Booting a domain slave with no cached domain.xml and no available
master does not exit as expected
--------------------------------------------------------------------------------------------------
Key: WFCORE-3505
URL:
https://issues.jboss.org/browse/WFCORE-3505
Project: WildFly Core
Issue Type: Bug
Reporter: Ken Wills
Assignee: Ken Wills
Fix For: 4.0.0.Alpha6
As part of the empty config HC work, 0 length configurations were considered to be
"empty". This is not correct in the case of domain.xml and a slave using
--cached-dc if the master is unavailable on initial boot.
Since the embedded empty config is always using supressLoad with --empty-domain-config,
zero length domain.xml / domain-cached.xml is an error, and result in an exception and
exit.