ermahesh commented on code in PR #8746:
URL: https://github.com/apache/ozone/pull/8746#discussion_r2186027678


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/MetadataScanResult.java:
##########
@@ -63,7 +63,7 @@ public boolean isDeleted() {
   }
 
   @Override
-  public boolean isHealthy() {
+  public boolean hasErrors() {
     return errors.isEmpty();

Review Comment:
   @adoroszlai  Agree!  made changes to address this. Can you take another look 
please.



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