[teiid-issues] [JBoss JIRA] (TEIID-4977) Support materialization as the 8.12.x version did

Van Halbert (JIRA) issues at jboss.org
Tue Jul 11 07:58:01 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433746#comment-13433746 ] 

Van Halbert edited comment on TEIID-4977 at 7/11/17 7:57 AM:
-------------------------------------------------------------

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="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.



was (Author: van.halbert):
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)


More information about the teiid-issues mailing list