sumitagrawl commented on code in PR #7166:
URL: https://github.com/apache/ozone/pull/7166#discussion_r1753158985
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -2065,6 +2065,7 @@ private void addOMNodeToPeers(String newOMNodeId) throws
IOException {
} catch (IOException e) {
LOG.error("{}: Couldn't add OM {} to peer list.", getOMNodeId(),
newOMNodeId);
+ return;
Review Comment:
Its due to findbug showing null in exception, so returned.
--
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]