yandrey321 commented on code in PR #9258:
URL: https://github.com/apache/ozone/pull/9258#discussion_r2853165946


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/NoOpsReplicationQueue.java:
##########
@@ -18,11 +18,11 @@
 package org.apache.hadoop.hdds.scm.container.replication;
 
 /**
- * A class which extents ReplicationQueue and does nothing. This is used when
+ * A class which extends ReplicationQueue and does nothing. This is used when
  * checking containers in a read-only mode, where we don't want to queue them
  * for replication.
  */
-public class NullReplicationQueue extends ReplicationQueue {
+public class NoOpsReplicationQueue extends ReplicationQueue {

Review Comment:
   nit: I'd rename it to MonitoringReplicationQueue



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