[
https://issues.jboss.org/browse/TEIID-4977?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-4977:
------------------------------------
The issue was resolved by change JDG to use the clustered configuration with the following
caches:
{code}
<replicated-cache name="teiid-alias-naming-cache"
configuration="replicated"/>
<distributed-cache name="memcachedCache"/>
<distributed-cache name="stockCache" />
<distributed-cache name="st_stockCache" />
{code}
Since all use cases will be based on clustering, the use of JDG/infinispan in standalone
will no longer be considered.
Support materialization as the 8.12.x version did
-------------------------------------------------
Key: TEIID-4977
URL:
https://issues.jboss.org/browse/TEIID-4977
Project: Teiid
Issue Type: Feature Request
Components: Infinispan
Affects Versions: 8.12.x-6.4
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Critical
Attachments: ispn-vdb.xml, jdg-mat-cache-vdb.xml
Need to enable the materialization process to load the cache "offline" and not
impact access to current cache and data. This would be similar to how the 8.12.x version
was implemented and similar to how RDBMS materialization is done.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)