[
https://issues.jboss.org/browse/TEIID-1689?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-1689.
---------------------------------
Resolution: Done
Implemented the IMV sync-up with other nodes at the start up in clustered mode. Based on
the replicated CacheID keys found Jboss cache, the node issues the
"refreshMatView" calls asynchronously for each view. The loading semantics
should be same as refreshmatView with invalidate = true, as this will be initial load of
contents at the node.
Load internal mateirlized view cached contents when node joins the
cluster
--------------------------------------------------------------------------
Key: TEIID-1689
URL:
https://issues.jboss.org/browse/TEIID-1689
Project: Teiid
Issue Type: Feature Request
Components: Server
Affects Versions: 7.4.1
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 7.4.1, 7.5
When IMV loaded at Node 1, and the contents of the that IMV will be loaded at Node 2 only
when the query is issued against it. Then user incurs the wait time to load the contents
from Node 1. If in the situation if Node 1, went down before the query to Node 2, in that
case node 2 has to fetch from the source and cached contents will be lost.
This can be avoided by hot loading the all the cached contents at the start of the node
from other nodes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira