[infinispan-issues] [JBoss JIRA] (ISPN-5062) Cross site state transfer - incorrect status of push operation

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Dec 10 09:20:39 EST 2014


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

RH Bugzilla Integration commented on ISPN-5062:
-----------------------------------------------

Tristan Tarrant <ttarrant at redhat.com> changed the Status of [bug 1172034|https://bugzilla.redhat.com/show_bug.cgi?id=1172034] from NEW to ASSIGNED

>  Cross site state transfer - incorrect status of push operation
> ---------------------------------------------------------------
>
>                 Key: ISPN-5062
>                 URL: https://issues.jboss.org/browse/ISPN-5062
>             Project: Infinispan
>          Issue Type: Bug
>          Components: State Transfer
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Matej Čimbora
>            Assignee: Pedro Ruivo
>             Fix For: 7.1.0.Beta1, 7.1.0.Final
>
>
> Status of push operation remains at value "CANCELLED" after the push operation was cancelled and reinvoked (even if state transfer is currently in progress) - "SENDING" value is expected. Otherwise works as expected (after the state transfer completes, status is switched to "OK").
> - Sites LON (lonCache) - main, BRN (brnCache) - backup
> Consider the following scenario:   
> [standalone at localhost:9999 distributed-cache=lonCache] site --push BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --cancelpush BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=CANCELED
> [standalone at localhost:9999 distributed-cache=lonCache] site --push BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=CANCELED
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=OK
> Expected behavior:
> [standalone at localhost:9999 distributed-cache=lonCache] site --push BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --cancelpush BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=CANCELED
> [standalone at localhost:9999 distributed-cache=lonCache] site --push BRN
> ok
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=SENDING
> [standalone at localhost:9999 distributed-cache=lonCache] site --pushstatus
> BRN=OK



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)



More information about the infinispan-issues mailing list