[teiid-issues] [JBoss JIRA] (TEIID-4691) Consider replacing JGroups based custom replication with native

Steven Hawkins (JIRA) issues at jboss.org
Tue Jan 10 12:30:00 EST 2017


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

Steven Hawkins commented on TEIID-4691:
---------------------------------------

It used to be that the message still needed a serialization buffer to hold the entire message before writing.  Presumably there needs to be some higher level streaming support as well.

> Consider replacing JGroups based custom replication with native
> ---------------------------------------------------------------
>
>                 Key: TEIID-4691
>                 URL: https://issues.jboss.org/browse/TEIID-4691
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Server
>            Reporter: Ramesh Reddy
>             Fix For: 10.0
>
>
> JGroups is responsible for node to node communication. JGroups FRAG2 chunks up the messages that are sizeable by flow control. If you use TCP it will automatically break up the messages into the MTU. Using Jumbo Frames would be recommended.
> Note that this will affect how we do the materialization replication among nodes currently. 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list