[infinispan-issues] [JBoss JIRA] (ISPN-4083) Do not invalidate null Transport
Radim Vansa (JIRA)
issues at jboss.org
Fri Mar 7 02:52:33 EST 2014
Radim Vansa created ISPN-4083:
---------------------------------
Summary: 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
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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list