[teiid-issues] [JBoss JIRA] (TEIID-2638) CLI Scripts are incorrectly referencing the cache within the cache container, should reference cache container

Van Halbert (JIRA) jira-events at lists.jboss.org
Thu Aug 22 17:25:25 EDT 2013


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

Van Halbert edited comment on TEIID-2638 at 8/22/13 5:23 PM:
-------------------------------------------------------------

Also, there was a new name=value (resultset-cache-name=teiid-cache) added to the following:

/profile=ha/subsystem=teiid:add(async-thread-pool=teiid-async, distributed-cache-jgroups-stack=udp, resultset-cache-infinispan-container=teiid-cache, resultset-cache-name=teiid-cache, preparedplan-cache-infinispan-container=teiid-cache, policy-decider-module=org.jboss.teiid)

And I don't see this in standalone script, are they suppose to be different?
                
      was (Author: van.halbert):
    Also, there was a new name=value (resultset-cache-name=teiid-cache) added to the following:

/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)

And I don't see this in standalone script, are they suppose to be different?
                  
> 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
>             Fix For: 8.4.1, 8.5
>
>
> 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: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list