Bug 1218675

Summary: Hot Rod get/getAll sometimes fails Unable to unmarshall bytes
Product: [JBoss] JBoss Data Grid 6 Reporter: Pedro Zapata <pzapataf>
Component: InfinispanAssignee: William Burns <wburns>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: high    
Version: unspecifiedCC: dstahl, jdg-bugs, rmacor, ttarrant, vjuranek
Target Milestone: ER4   
Target Release: 6.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Hot Rod operation getAll() sometimes fails with org.infinispan.client.hotrod.exceptions.HotRodClientException: ISPN004034: Unable to unmarshall bytes Consequence: getAll() operation is not able to finish unmashalling of obtained bytes and thus not able to successfully finish the operation. Fix: not available yet, no known workaround Result:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-23 12:24:27 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:
Bug Depends On:    
Bug Blocks: 1213367    

Description Pedro Zapata 2015-05-05 14:21:16 UTC
fails with

org.infinispan.client.hotrod.exceptions.HotRodClientException: ISPN004034: Unable to unmarshall bytes 034303ec21acedb3a35eaf

usually happen with ~10k of entries

Comment 2 JBoss JIRA Server 2015-05-06 13:13:45 UTC
William Burns <wburns> updated the status of jira ISPN-5437 to Resolved

Comment 3 William Burns 2015-05-06 14:22:19 UTC
PR: https://github.com/infinispan/jdg/pull/644