Gargi-jais11 commented on code in PR #9460:
URL: https://github.com/apache/ozone/pull/9460#discussion_r2597535874


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationServer.java:
##########
@@ -210,12 +210,12 @@ public static final class ReplicationConfig {
     )
     private int replicationQueueLimit = 4096;
 
-    @Config(key = "port", defaultValue = "9886",
+    @Config(key = "hdds.datanode.replication.port", defaultValue = "9886",
         description = "Port used for the server2server replication server",
         tags = {DATANODE, MANAGEMENT})
     private int port;
 
-    @Config(key = OUTOFSERVICE_FACTOR_KEY,
+    @Config(key = "hdds.datanode.replication.outofservice.limit.factor",

Review Comment:
   Please reuse `REPLICATION_OUTOFSERVICE_FACTOR_KEY`



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