| Summary: | Increase max_bundle_size in jGroups cluster configuration for modeshape. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Marek Baluch <mbaluch> |
| Component: | Documentation, Build Process, EDS | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0.0 ER7 | CC: | vhalbert |
| Target Milestone: | --- | ||
| Target Release: | 5.2.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-2818 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-09-21 07:24:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Affects: Added: [Release Notes] Release Notes Docs Status: Added: Documented as Known Issue Release Notes Text: Added: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server. Workaround Description: Added: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server. Changing the max_bundle_size from 60000 to 64000. Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Required Writer: Added: dlesage Verified on SOA 5.2 ER4. |
Affects: Release Notes Workaround Description: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server. project_key: SOA Currently the value of max_bundle_size is set to 60000. This value seems not to be enough for replication of some changes. During the replication of changes there are a lot of the following exceptions present in the log: STACK 10:02:34,816 ERROR [UDP] failed sending message to 127.0.0.1:55375 (60162 bytes) java.lang.Exception: message size (60162) is greater than max bundling size (60000). Set the fragmentation/bundle size in FRAG and TP correctly at org.jgroups.protocols.TP$Bundler.checkLength(TP.java:2063) at org.jgroups.protocols.TP$Bundler.send(TP.java:1958) at org.jgroups.protocols.TP$Bundler.access$200(TP.java:1943) at org.jgroups.protocols.TP.send(TP.java:1456) at org.jgroups.protocols.TP.down(TP.java:1186) at org.jgroups.protocols.Discovery.down(Discovery.java:374) at org.jgroups.protocols.MERGE2.down(MERGE2.java:175) at org.jgroups.protocols.FD_SOCK.down(FD_SOCK.java:360) at org.jgroups.protocols.FD.down(FD.java:315) at org.jgroups.protocols.VERIFY_SUSPECT.down(VERIFY_SUSPECT.java:95) at org.jgroups.protocols.BARRIER.down(BARRIER.java:107) at org.jgroups.protocols.pbcast.NAKACK.sendXmitRsp(NAKACK.java:1051) at org.jgroups.protocols.pbcast.NAKACK.handleXmitReq(NAKACK.java:983) at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:718) at org.jgroups.protocols.BARRIER.up(BARRIER.java:136) at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:167) at org.jgroups.protocols.FD.up(FD.java:284) at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:307) at org.jgroups.protocols.MERGE2.up(MERGE2.java:144) at org.jgroups.protocols.Discovery.up(Discovery.java:264) at org.jgroups.protocols.PING.up(PING.java:273) at org.jgroups.protocols.TP.passMessageUp(TP.java:1277) at org.jgroups.protocols.TP.access$100(TP.java:50) at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1830) at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1809) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619