[infinispan-issues] [JBoss JIRA] (ISPN-8280) RemoteStoreRawValuesTest.testStopStartDoesNotNukeValues fails randomly

Tristan Tarrant (JIRA) issues at jboss.org
Tue Sep 12 03:50:00 EDT 2017


Tristan Tarrant created ISPN-8280:
-------------------------------------

             Summary: RemoteStoreRawValuesTest.testStopStartDoesNotNukeValues fails randomly
                 Key: ISPN-8280
                 URL: https://issues.jboss.org/browse/ISPN-8280
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores, Remote Protocols
    Affects Versions: 9.1.0.Final
            Reporter: Tristan Tarrant
             Fix For: 9.1.1.Final


Error Message

java.lang.NullPointerException

Stacktrace

      org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=1132 returned server error (status=0x85): java.lang.NullPointerException
	at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
	at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
	at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
	at org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation.sendKeyOperation(AbstractKeyOperation.java:51)
	at org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation.executeOperation(GetWithMetadataOperation.java:38)
	at org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation.executeOperation(GetWithMetadataOperation.java:24)
	at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56)
	at org.infinispan.client.hotrod.impl.RemoteCacheImpl.getWithMetadata(RemoteCacheImpl.java:210)
	at org.infinispan.persistence.remote.RemoteStore.load(RemoteStore.java:125)
	at org.infinispan.persistence.BaseStoreTest.testStopStartDoesNotNukeValues(BaseStoreTest.java:355)
	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
    



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


More information about the infinispan-issues mailing list