-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.Alpha1
-
None
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.