[jboss-jira] [JBoss JIRA] (JGRP-1586) UNICAST / UNICAST2: connection reaping should flush pending messages

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Feb 11 03:54:56 EST 2013


     [ https://issues.jboss.org/browse/JGRP-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban resolved JGRP-1586.
----------------------------

    Resolution: Migrated to another ITS


Will be handled by UNICAST3 (JGRP-1589)
                
> UNICAST / UNICAST2: connection reaping should flush pending messages
> --------------------------------------------------------------------
>
>                 Key: JGRP-1586
>                 URL: https://issues.jboss.org/browse/JGRP-1586
>             Project: JGroups
>          Issue Type: Task
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 3.3
>
>
> In UNICAST/UNICAST2, a connection reaper closes idle connections after conn_expiry_time ms. The closing of a connection from A to B simply destroys and removes the entry for B (on A).
> However, if there are pending (unacked) messages in B's connection entry, they will be dropped.
> SOLUTION: 
> Instead of simply destroying the connection entry for B, we should mark the entry as 'closing', so no more messages are added, and flush any pending messages. Perhaps send a CLOSE message to B.
> WORKAROUND:
> Set UNICAST(2).conn_expiry_time=0. This doesn't run the connection reaper

--
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