[jboss-jira] [JBoss JIRA] (JGRP-780) UNICAST: regular message not delivered (in some cases) until new message arrives
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Feb 4 03:01:51 EST 2013
[ https://issues.jboss.org/browse/JGRP-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-780:
--------------------------
Description:
When we have the following situation, message B3 will not get delivered at A:
- A and B
- B sends 3 unicast messages: B1 (regular), B2 (OOB) and B3 (regular); B2 is dropped
- A receives B1, B3, B2
- A delivers B1
- B3 has to wait until B2 is received, so the thread returns
- B2 is received, but since it is OOB, after pushing the message up the stack, the thread terminates !
==> B3 will not get delivered until B4 is received !
For NAKACK, this is not critical as stability messages will fix the 'last message lost problem'. But, it would be nice to have the same solution to this problem also for NAKACK...
was:
When we have the following situation, message B3 will not get delivered at A:
- A and B
- B sends 3 unicast messages: B1 (regular), B2 (OOB) and B3 (regular)
- A receives B1, B3, B2
- A delivers B1
- B3 has to wait until B2 is received, so the thread returns
- B2 is received, but since it is OOB, after pushing the message up the stack, the thread terminates !
==> B3 will not get delivered until B4 is received !
For NAKACK, this is not critical as stability messages will fix the 'last message lost problem'. But, it would be nice to have the same solution to this problem also for NAKACK...
> UNICAST: regular message not delivered (in some cases) until new message arrives
> --------------------------------------------------------------------------------
>
> Key: JGRP-780
> URL: https://issues.jboss.org/browse/JGRP-780
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Critical
> Fix For: 2.6.3, 2.7
>
>
> When we have the following situation, message B3 will not get delivered at A:
> - A and B
> - B sends 3 unicast messages: B1 (regular), B2 (OOB) and B3 (regular); B2 is dropped
> - A receives B1, B3, B2
> - A delivers B1
> - B3 has to wait until B2 is received, so the thread returns
> - B2 is received, but since it is OOB, after pushing the message up the stack, the thread terminates !
> ==> B3 will not get delivered until B4 is received !
> For NAKACK, this is not critical as stability messages will fix the 'last message lost problem'. But, it would be nice to have the same solution to this problem also for NAKACK...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list