]
Steven Hawkins updated TEIID-2566:
----------------------------------
Issue Type: Quality Risk (was: Bug)
Priority: Minor (was: Major)
Assignee: Ramesh Reddy (was: Steven Hawkins)
standalone-teiid.xml and the CLI scripts point to different caches in
the teiid subsystem
-----------------------------------------------------------------------------------------
Key: TEIID-2566
URL:
https://issues.jboss.org/browse/TEIID-2566
Project: Teiid
Issue Type: Quality Risk
Components: Build/Kits
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 8.4.1, 8.5
In the standalone-teiid.xml configuration, teiid subsystem:
<resultset-cache infinispan-container="teiid"
name="resultset"/>
<preparedplan-cache infinispan-container="teiid"
name="preparedplan"/>
In the CLI script, it contains the following:
/subsystem=teiid:add(async-thread-pool=teiid-async,
resultset-cache-infinispan-container=teiid-cache,
preparedplan-cache-infinispan-container=teiid-cache,
policy-decider-module=org.jboss.teiid)
and looks like the following when loaded:
<resultset-cache infinispan-container="teiid-cache"/>
<preparedplan-cache infinispan-container="teiid-cache"/>
--
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: