Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
4.1.4
-
None
Description
Root cause is, AS received the complete-topology-event before loading application-contexts from registry to in-memory model. So the complete-topology-event is ignored by AS, but the topology is initialized. This also means that all the upcoming periodic complete-topology-events will be ignored by AS.
This should be fixed by starting event receiver threads after loading policies/contexts from registry.