[
https://issues.jboss.org/browse/TEIID-5138?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-5138:
---------------------------------------
I cannot get this to work through the cli. Essentially it appears that we need to reload
before calling teiid:add to initialize the cache, otherwise we hit a variation of
JBEAP-8667
[~rareddy] is there a good way to call reload in the middle of a cli script? It just
hangs and time outs for me locally regardless of the command timeout.
JGroups Channel creation in domain mode is invalid
--------------------------------------------------
Key: TEIID-5138
URL:
https://issues.jboss.org/browse/TEIID-5138
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 10.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Critical
Fix For: 10.1, 10.0.1
In domain mode configuration where the JGroups channel is configured, it is configured to
be used as a separate channel where it would require separate protocol stack, which is
also discouraged form. The suggested configuration is to create a forked channel as
{code}
<channel name="ee" stack="udp" cluster="ejb">
<fork name="teiid-cluster"/>
</channel>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)