[jboss-jira] [JBoss JIRA] Created: (JGRP-1079) OOB messages are discarded when pool size is small and rejection_policy = " discard"
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Oct 26 05:44:05 EDT 2009
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