Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1188740

Summary: org.infinispan.server.test.jmx.suppress.statetransfer.StateTransferSuppressForHotrodIT fails
Product: [JBoss] JBoss Data Grid 6 Reporter: Sebastian Łaskawiec <slaskawi>
Component: BuildAssignee: Tomas Sykora <tsykora>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: jdg-bugs, tsykora
Target Milestone: DR2   
Target Release: 6.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-23 12:25:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sebastian Łaskawiec 2015-02-03 15:36:35 UTC
Description of problem:
See: http://10.3.10.33:8081/job/JDG_6_5_x_Nightly/226/testReport/junit/org.infinispan.server.test.jmx.suppress.statetransfer/StateTransferSuppressForHotrodIT/

Unfortunately I couldn't bring this test back to life. Perhaps the original author will be able to help me.

Relevant stacktrace part:
16:32:26,020 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (remote-thread-1) ISPN000136: Execution error: org.infinispan.statetransfer.OutdatedTopologyException: Cache topology changed while the command was executing: expected 1, got 2
	at org.infinispan.interceptors.EntryWrappingInterceptor.invokeNextAndApplyChanges(EntryWrappingInterceptor.java:373) [infinispan-core-6.3.0-redhat-SNAPSHOT.jar:6.3.0-redhat-SNAPSHOT]
	at org.infinispan.interceptors.EntryWrappingInterceptor.setSkipRemoteGetsAndInvokeNextForDataCommand(EntryWrappingInterceptor.java:434) [infinispan-core-6.3.0-redhat-SNAPSHOT.jar:6.3.0-redhat-SNAPSHOT]
	at org.infinispan.interceptors.EntryWrappingInterceptor.visitPutKeyValueCommand(EntryWrappingInterceptor.java:168) [infinispan-core-6.3.0-redhat-SNAPSHOT.jar:6.3.0-redhat-SNAPSHOT]
	at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:71) [infinispan-core-6.3.0-redhat-SNAPSHOT.jar:6.3.0-redhat-SNAPSHOT]
	at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(

Comment 2 Sebastian Łaskawiec 2015-02-03 15:40:45 UTC
Test turned off by PR: https://github.com/infinispan/jdg/pull/475

Comment 3 Tomas Sykora 2015-02-11 16:15:41 UTC
Talking to myself here: I andjusted test to mimic upstream. In upstream this works perfectly. However, not in the internal branch. We might be missing some commit from upstream -- connected to cache topology management. 

Will see what I can find out.

Comment 4 Tomas Sykora 2015-02-13 08:43:58 UTC
https://github.com/infinispan/jdg/pull/497

Comment 5 Tomas Sykora 2015-02-13 08:46:12 UTC
*** Bug 1020179 has been marked as a duplicate of this bug. ***

Comment 6 Tomas Sykora 2015-02-25 12:49:47 UTC
Was fixed in 6.5.0 DR2.