adoroszlai commented on code in PR #7410:
URL: https://github.com/apache/ozone/pull/7410#discussion_r1834503870


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconUtils.java:
##########
@@ -326,16 +353,19 @@ public static String constructFullPath(String keyName, 
long initialParentId, Str
       if (nsSummary == null) {
         log.warn("NSSummary tree is currently being rebuilt or the directory 
could be in the progress of " +
             "deletion, returning empty string for path construction.");
-        return "";
+        return fullPath;

Review Comment:
   Looks like 
`TestNSSummaryEndpointWithFSO.testConstructFullPathWithNegativeParentIdTriggersRebuild`
 needs to be updated, too.



-- 
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]

Reply via email to