]
Tristan Tarrant updated ISPN-8186:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges
sometimes fails with magic error
----------------------------------------------------------------------------------------------------
Key: ISPN-8186
URL:
https://issues.jboss.org/browse/ISPN-8186
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Assignee: Galder ZamarreƱo
Fix For: 9.1.1.Final
Happens sometimes on CI:
DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges
{code}
org.infinispan.client.hotrod.exceptions.InvalidResponseException::
Invalid magic number. Expected 0xa1 and received 0xdb at
org.infinispan.client.hotrod.impl.protocol.Codec20.readMagic(Codec20.java:333) at
org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:135) at
org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
at
org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:58)
at
org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:34)
at
org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56)
at
org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:268) at
org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:77) at
org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges(DistTopologyChangeUnderLoadTest.java:57)
at
java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at
java.lang.Thread.run(Thread.java:748) ... Removed 16 stack frames
{code}