]
Tristan Tarrant updated ISPN-12025:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
JGroupsTransport should handle response unmarshalling errors as
remote errors
-----------------------------------------------------------------------------
Key: ISPN-12025
URL:
https://issues.redhat.com/browse/ISPN-12025
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 11.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 12.1.0.Final
{{JGroupsTransport.processResponse}} doesn't process a response from a remote node if
there is an unmarshalling problem, it just logs an error message and lets the request
eventually time out. It should instead call the {{ResponseCollector}} with an
{{ExceptionResponse}}, so the request can finish immediately (albeit with an error).