]
Ramesh Reddy commented on TEIID-3067:
-------------------------------------
I think I saw unwanted behavior when I did not specify the TTL, this needs to verified
once more or may be related with TEIID-3074. Will resolve once I verify it.
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.