]
Steven Hawkins resolved TEIID-5253.
-----------------------------------
Fix Version/s: 10.0.4
Resolution: Done
Changed the addListener method to return a list of currently active vdbs so that the
caller can determine what action can be taken. Both the resteasy enablement and the
materialization manager use this to make sure no vdbs were missed.
Timing issue in domain mode with materialization
------------------------------------------------
Key: TEIID-5253
URL:
https://issues.jboss.org/browse/TEIID-5253
Project: Teiid
Issue Type: Bug
Components: Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.0.4, 10.2, 9.3.7, 10.1.1
In domain mode with a vdb that has materialized views, issuing a restart of the servers
will trigger a load that utilizes the cached metadata. This can mark the vdbs as active
before the MaterializationManager has been installed - so it is never notified of finished
deployment.