[jboss-jira] [JBoss JIRA] Commented: (JGRP-1079) OOB messages are discarded when pool size is small and rejection_policy = " discard"
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Nov 12 06:48:06 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12494304#action_12494304 ]
Bela Ban commented on JGRP-1079:
--------------------------------
A workaround is to configure the OOB thread pool with a rejection policy of "run", or to make it big enough to handle all OOB messages (not feasible)
> OOB messages are discarded when pool size is small and rejection_policy = " discard"
> ------------------------------------------------------------------------------------
>
> Key: JGRP-1079
> URL: https://jira.jboss.org/jira/browse/JGRP-1079
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.8
>
>
> When we multicast OOB messages, and (1) the OOB pool has only 1 or 2 max threads, (2) no queue and (3) a rejection_policy of "discard", then we can lose messages. The messages are delivered (and retransmitted, if needed) correctly by NAKACK, but on the receiver side, the extraction policy is incorrect.
> The unit test is OOBTest.testOOBMessageLoss().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list