[jboss-jira] [JBoss JIRA] (JGRP-1696) Executing protocol loses work and ties up consumer when view changes

Anuj Shah (JIRA) jira-events at lists.jboss.org
Mon Sep 16 11:01:05 EDT 2013


    [ https://issues.jboss.org/browse/JGRP-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804522#comment-12804522 ] 

Anuj Shah commented on JGRP-1696:
---------------------------------

This line in {{ExecutingProtocol#handleView}} when handling awaiting returns need to to change so that address is the local address rather than the consumer address

{code:java}
                    sendToCoordinator(Type.RUN_REQUEST, owner.getRequestId(), 
                        owner.getAddress());
{code}
                
> Executing protocol loses work and ties up consumer when view changes
> --------------------------------------------------------------------
>
>                 Key: JGRP-1696
>                 URL: https://issues.jboss.org/browse/JGRP-1696
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 3.2.12, 3.3.5
>            Reporter: Anuj Shah
>            Assignee: Bela Ban
>         Attachments: TestExecutingDisconnect.java
>
>
> When a run is submitted to another cluster member and that member leaves the run is re-requested, but from the wrong owner. This results in the run never being completed and an awaiting consumer being removed from the coordinator list indefinitely.

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