]
Tristan Tarrant updated ISPN-8097:
----------------------------------
Labels: testsuite-stability (was: )
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
Labels: testsuite-stability
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.