[infinispan-issues] [JBoss JIRA] (ISPN-8097) ScatteredCrashInSequenceTest.testSplit failures

Radim Vansa (JIRA) issues at jboss.org
Tue Jul 25 08:11:00 EDT 2017


Radim Vansa created ISPN-8097:
---------------------------------

             Summary: ScatteredCrashInSequenceTest.testSplit failures 
                 Key: ISPN-8097
                 URL: https://issues.jboss.org/browse/ISPN-8097
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 9.1.0.Final
            Reporter: Radim Vansa
            Assignee: Radim Vansa


In PrefetchInterceptor, when looking up who could be the new owner of the segment (during key/value transfer) the forked command did not have topologyId set. Therefore the cache topology (9) vs. command topology check was not executed, and the command has thrown AOLE.

STI caught this AOLE but already with the original command (topology 10), so it has decided that topology 11 is needed and waiting for this has timed out.

In the solution in PR we set the topology id which in turn results in throwing OTE with requested topology 10 directly.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list