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

Bug 1161224

Summary: HR client query fails with BridgeException
Product: [JBoss] JBoss Data Grid 6 Reporter: Vojtech Juranek <vjuranek>
Component: ServerAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NOTABUG QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: jdg-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-11 12:32:00 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:
Attachments:
Description Flags
ISPN server log none

Description Vojtech Juranek 2014-11-06 16:51:59 UTC
When performing a search via HR client, it results into following exception:

org.infinispan.client.hotrod.exceptions.HotRodClientException: org.hibernate.search.bridge.BridgeException: Exception while calling bridge#set
        class: org.infinispan.query.remote.indexing.ProtobufValueWrapper
        path: 
        at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:284)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:86)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:72)
        at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
        at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:50)
        at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:30)
        at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:19)
        at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:50)
        at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:237)
        at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:79)
        at org.infinispan.server.test.query.RemoteQueryIT.testAttributeQuery(RemoteQueryIT.java:51)

Comment 2 Vojtech Juranek 2014-11-11 09:25:13 UTC
HR client run in EAP server using EAP modules for HR client. The test inherits from testsuite RemoteQueryIT, the difference is that HR client runs in EAP.

Comment 3 Vojtech Juranek 2014-11-11 09:36:27 UTC
Created attachment 956196 [details]
ISPN server log

Attaching server log.

Comment 4 Vojtech Juranek 2014-11-11 12:32:00 UTC
It was caused by wrong or corrupted HR client bits. When I re-run with unpacked HR client bits again, it has passed. Sorry for the noise.