sarvekshayr commented on code in PR #10673:
URL: https://github.com/apache/ozone/pull/10673#discussion_r3549659148


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/StorageContainerServiceProviderImpl.java:
##########
@@ -187,9 +188,9 @@ private RocksDBCheckpoint getRocksDBCheckpoint(String 
snapshotFileName, File tar
 
   @Override
   public List<ContainerID> getListOfContainerIDs(
-      ContainerID startContainerID, int count, HddsProtos.LifeCycleState state)
+      ContainerID startContainerID, int count, HddsProtos.LifeCycleState 
state, ContainerHealthState healthState)
       throws IOException {
-    return scmClient.getListOfContainerIDs(startContainerID, count, state);
+    return scmClient.getListOfContainerIDs(startContainerID, count, state, 
healthState);
   }
 
   /**

Review Comment:
   The second change is for listing container IDs based on health state using 
`ozone admin container list` which is not the scope here. Removed it.



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