]
Manik Surtani updated ISPN-1155:
--------------------------------
Fix Version/s: 5.0.0.FINAL
(was: 5.0.0.CR7)
CommandAwareRpcDispatcher should not swallow exceptions when handling
inbound RPC
---------------------------------------------------------------------------------
Key: ISPN-1155
URL:
https://issues.jboss.org/browse/ISPN-1155
Project: Infinispan
Issue Type: Bug
Components: RPC
Affects Versions: 5.0.0.CR4
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 5.0.0.FINAL
Comment from a user:
{quote}
The allocation point was an Object deserialization triggered by
Infinispan's unmarshalling code, and the OOME was swallowed by
org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle()
by catching Throwable -- which only logs the Throwable if log.trace is
enabled (yuck).
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: