sky76093016 commented on a change in pull request #2761:
URL: https://github.com/apache/ozone/pull/2761#discussion_r734331394
##########
File path:
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/OzoneClientProducer.java
##########
@@ -137,6 +137,11 @@ private OzoneClient getClient(OzoneConfiguration config)
LOG.debug("Error during Client Creation: ", ex);
}
throw wrapOS3Exception(ex);
+ } catch(InterruptedException ex){
+ if (LOG.isDebugEnabled()) {
Review comment:
Thanks to @jojochuang for reviewing, I will simplify the logging.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]