[jboss-jira] [JBoss JIRA] (JGRP-1792) "No buffer space available" when sending on Mac OS
Bela Ban (JIRA)
issues at jboss.org
Tue Jul 8 11:50:25 EDT 2014
[ https://issues.jboss.org/browse/JGRP-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983214#comment-12983214 ]
Bela Ban commented on JGRP-1792:
--------------------------------
This error does *not* occur with 3.4.5 ! AFAIR the diffs are mainly that we use the DatagramSocket (UDP.sock) rather than the MulticastSocket (UDP.mcast_sock) in 3.5, and that 3.5 by default loops back multicast messages.
> "No buffer space available" when sending on Mac OS
> --------------------------------------------------
>
> Key: JGRP-1792
> URL: https://issues.jboss.org/browse/JGRP-1792
> Project: JGroups
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.5
>
> Attachments: mcast2.java
>
>
> When sending multicast messages (with MPerf & fast.xml), the following message appears:
> {noformat}
> 8981 [ERROR] UDP: JGRP000029: A: failed sending message to cluster (1053 bytes): java.io.IOException: No buffer space available,
> headers: MPerf: DATA999, NAKACK2: [MSG, seqno=1003], UDP: [cluster_name=mperf]
> {noformat}
> The messages *are* received, but the error message occurs on almost every message (1 sender thread sending 1000 messages).
> With {{UdpPerf}} (also shipped with JGroups), which also multicasts messages, the error doesn't happen.
> With {{UPerf}}, which uses unicasts, the error doesn't occur either.
> Todo: compare UdpPerf to MPerf (UDP protocol) to see what the diff is.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list