dombizita commented on code in PR #6679:
URL: https://github.com/apache/ozone/pull/6679#discussion_r1608193756
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskWithLegacy.java:
##########
@@ -136,7 +136,15 @@ private void processWithFileSystemLayout(OmKeyInfo
updatedKeyInfo,
OMDBUpdateEvent.OMDBUpdateAction
action,
Map<Long, NSSummary> nsSummaryMap)
throws IOException {
- setKeyParentID(updatedKeyInfo);
+
+ try {
+ setKeyParentID(updatedKeyInfo);
Review Comment:
I couldn't find any logging in the `setKeyParentID` method, only the
IOException is there.
https://github.com/apache/ozone/blob/00f89e60563a1e2d290cd49f7175dac87d533223/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskWithLegacy.java#L308-L335
--
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]