[teiid-issues] [JBoss JIRA] (TEIID-5138) JGroups Channel creation in domain mode is invalid

Steven Hawkins (JIRA) issues at jboss.org
Thu Nov 16 11:24:00 EST 2017


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

Steven Hawkins commented on TEIID-5138:
---------------------------------------

Doing:

./standalone.sh -c standalone-ha.xml
and applying 
./jboss-cli.sh --file=scripts/teiid-standalone-ha-mode-install.cli

The script will error out on teiid:add with the same port error that went with this issue.  

However adding a fork channel for both the caches and the stack to be used by the replicator just result in a different error.  It would appear that the fork is not needed for the replicated cache, but even removing that results in yet another error.

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


More information about the teiid-issues mailing list