]
Ramesh Reddy commented on TEIID-2638:
-------------------------------------
hmm.. good point may be not. Just the replication resultset cache name is not default in
that case
CLI Scripts are incorrectly referencing the cache within the cache
container, should reference cache container
--------------------------------------------------------------------------------------------------------------
Key: TEIID-2638
URL:
https://issues.jboss.org/browse/TEIID-2638
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 8.4, 8.4.1
Reporter: Van Halbert
Assignee: Van Halbert
The domain and standalone cli scripts need to have the following lines corrected:
/profile=ha/subsystem=teiid:add(async-thread-pool=teiid-async,
distributed-cache-jgroups-stack=udp, resultset-cache-infinispan-container=resultset-repl,
preparedplan-cache-infinispan-container=preparedplan,
policy-decider-module=org.jboss.teiid)
/subsystem=teiid:add(async-thread-pool=teiid-async,
resultset-cache-infinispan-container=resultset,
preparedplan-cache-infinispan-container=preparedplan,
policy-decider-module=org.jboss.teiid)
so that the cache containers map to teiid-cache, and not the cache within the container.
This isn't seen in the standalone-teiid.xml, cause those settings to do point to the
"teiid" cache container.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: