]
Pedro Ruivo resolved ISPN-4083.
-------------------------------
Fix Version/s: 7.0.0.Alpha3
Resolution: Done
Do not invalidate null Transport
--------------------------------
Key: ISPN-4083
URL:
https://issues.jboss.org/browse/ISPN-4083
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 7.0.0.Alpha1
Reporter: Radim Vansa
Assignee: Galder ZamarreƱo
Priority: Minor
Fix For: 7.0.0.Alpha3
In RetryOnFailureOperation.execute, when the getTransport throws TransportException, we
try to invalidate the transport. However, it may be still null - in that case the
invalidation fails and WARNing is logged.
Add a check preventing invalidation with null transport.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: