Description
"if" statement below is useless because it ends with ;
} catch (MetaException e) { if (e.getMessage().matches("(?s).*(IO|TTransport)Exception.*")); caughtException = e; }
Attachments
Attachments
Issue Links
- relates to
-
HIVE-10384 RetryingMetaStoreClient does not retry wrapped TTransportExceptions
- Closed
- links to