]
Ramesh Reddy resolved TEIID-3067.
---------------------------------
Resolution: Done
TTL Field is required field, when not present the loading of matview does not happen.
Fixed the error message.
External Materialization Management Issues
------------------------------------------
Key: TEIID-3067
URL:
https://issues.jboss.org/browse/TEIID-3067
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Server
Affects Versions: 8.5
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.7.1, 8.9
Couple issues
1) Based on
https://docs.jboss.org/author/display/TEIID/External+Materialization
document, the property teiid_rel:MATVIEW_STAGE_TABLE needs to be optional, however it is
been coded as required.
2) If an exception occurs during the loadMatview, the status table is set to
"FailedLoad" however the exception is not logged to know the source of the
issue. This needs to logged.