ChenSammi commented on code in PR #9403:
URL: https://github.com/apache/ozone/pull/9403#discussion_r2579886636


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/TrashPolicyOzone.java:
##########
@@ -171,8 +171,7 @@ public void run() {
                 continue;
               }
               TrashPolicyOzone trash = new TrashPolicyOzone(fs, conf, om);
-              Path trashRootPath = trashRoot.getPath();
-              Runnable task = getEmptierTask(trashRootPath, trash, false);
+              Runnable task = getEmptierTask(trashRoot.getPath(), trash, 
false);

Review Comment:
   Can we revert this change? Try to avoid unnecessary changes to reduce the 
potential rebase conflicts in future. 



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