[infinispan-issues] [JBoss JIRA] (ISPN-5062) Cross site state transfer - incorrect status of push operation
RH Bugzilla Integration (JIRA)
issues at jboss.org
Wed Jan 28 08:30:00 EST 2015
[ https://issues.jboss.org/browse/ISPN-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035741#comment-13035741 ]
RH Bugzilla Integration commented on ISPN-5062:
-----------------------------------------------
Dave Stahl <dstahl at redhat.com> changed the Status of [bug 1172034|https://bugzilla.redhat.com/show_bug.cgi?id=1172034] from VERIFIED to CLOSED
> 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.11#6341)
More information about the infinispan-issues
mailing list