[
https://issues.jboss.org/browse/TEIID-4691?page=com.atlassian.jira.plugin...
]
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)