[
https://issues.jboss.org/browse/ISPN-2579?page=com.atlassian.jira.plugin....
]
RH Bugzilla Integration commented on ISPN-2579:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> changed the Status of [bug
883320|https://bugzilla.redhat.com/show_bug.cgi?id=883320] from ASSIGNED to MODIFIED
StateResponseCommand received after the node is removed from CH
causes IllegalArgumentException
-----------------------------------------------------------------------------------------------
Key: ISPN-2579
URL:
https://issues.jboss.org/browse/ISPN-2579
Project: Infinispan
Issue Type: Bug
Components: State transfer
Affects Versions: 5.2.0.Beta5
Reporter: Radim Vansa
Assignee: Adrian Nistor
Priority: Minor
Fix For: 5.2.0.CR3
When a node requests ST and then it receives a CH where this node is not a member, it
sends ST request CANCEL_STATE_TRANSFER - however, if the StateResponseCommand is already
on its way and reaches the node, it causes
{code}
java.lang.IllegalArgumentException: Node hyperion947-55285 is not a member
at
org.infinispan.distribution.ch.DefaultConsistentHash.getSegmentsForOwner(DefaultConsistentHash.java:102)
at
org.infinispan.statetransfer.StateConsumerImpl.applyState(StateConsumerImpl.java:272)
at
org.infinispan.statetransfer.StateResponseCommand.perform(StateResponseCommand.java:86)
{code}
--
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