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


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java:
##########
@@ -392,16 +392,15 @@ public void testContainerStatisticsAfterDelete() throws 
Exception {
       });
     });
 
+    LogCapturer logCapturer = LogCapturer.captureLogs(ReplicationManager.LOG);

Review Comment:
   This part is missing:
   
   ```
   legacyEnabled ? LegacyReplicationManager.LOG  :
   ```
   
   but looks like the test passes anyway.



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to