JacksonYao287 commented on code in PR #3572:
URL: https://github.com/apache/ozone/pull/3572#discussion_r912428114


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ECUnderReplicationHandler.java:
##########
@@ -51,7 +50,7 @@
  * Handles the EC Under replication processing and forming the respective SCM
  * commands.
  */
-public class ECUnderReplicationHandler implements UnderReplicationHandler {
+public class ECUnderReplicationHandler implements UnhealthyReplicationHandler {

Review Comment:
   `ReplicationHandler` seems a little confusing, it might be considered as the 
handler to handle replication command.
   so i suggest we use `unhealthy` just for now and change it to an appropriate 
name after we find a proper one.  what about "nonOptimalReplicationHandler"



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