Bug 745856

Summary: HotRod: Unclear error message on node failure
Product: [JBoss] JBoss Data Grid 5 Reporter: Radoslav Husar <rhusar>
Component: InfinispanAssignee: Default User <jbpapp-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: galder.zamarreno
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/EDG-122
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: EDG-122 Environment:
Last Closed: 2011-03-15 15:21:42 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Radoslav Husar 2011-03-08 14:33:35 UTC
++ This bug is a clone of bug 745855 ++

project_key: EDG

This happens 2 seconds after the server a client is connected to crashes.

Its not very clear what is actually happening. A more descriptive message would be helpful.

{code}
        org.infinispan.client.hotrod.exceptions.HotRodClientException: id [155810] code [133] 
	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.checkForErrorsInResponseStatus(HotRodOperation.java:129)
	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:98)
	at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:48)
	at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:27)
	at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:38)
	at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:166)
	at org.infinispan.CacheSupport.put(CacheSupport.java:28)
	at org.jboss.smartfrog.edg.adapter.HotRodAdapter$HotRodRemoteCacheAdapter.put(HotRodAdapter.java:150)
	at org.jboss.smartfrog.edg.loaddriver.CacheRequestProcessorFactory$InfinispanRequestProcessor.processRequest(CacheRequestProcessorFactory.java:163)
	at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
	at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
	at java.lang.Thread.run(Thread.java:619)
{code}

Comment 1 Radoslav Husar 2011-03-08 14:35:16 UTC
Link: Added: This issue is related to ISPN-944


Comment 2 Radoslav Husar 2011-03-08 14:49:03 UTC
Link: Added: This issue is incorporated by JBPAPP-6054


Comment 3 Galder ZamarreƱo 2011-03-08 15:18:45 UTC
Rado, as you said this was executed with CR3 and precisely for CR4 I fixed messages and providing clearer exceptions. Closing now. Please reopen if no satisfied with CR4.

Comment 4 Radoslav Husar 2011-03-15 15:21:42 UTC
So the new messages are in this format: "Request for message id[139205] returned server error (status=0x85)" also with a server exception rethrown. This gives the app enough information to work with. Closing.