adoroszlai opened a new pull request #2943:
URL: https://github.com/apache/ozone/pull/2943


   ## What changes were proposed in this pull request?
   
   Move config property `hdds.datanode.replication.streams.limit` to 
`ReplicationServer#ReplicationConfig`.
   
   Initially it was added to `DatanodeConfiguration` (`hdds.datanode` prefix) 
in HDDS-2450.  HDDS-4496 introduced the more specific config class 
`ReplicationServer#ReplicationConfig` (`hdds.datanode.replication` prefix) more 
recently.
   
   https://issues.apache.org/jira/browse/HDDS-6134
   
   ## How was this patch tested?
   
   ```
   $ grep -A2 hdds.datanode.replication 
hadoop-hdds/container-service/target/classes/ozone-default-generated.xml
       <name>hdds.datanode.replication.streams.limit</name>
       <value>10</value>
       <description>The maximum number of replication commands a single 
datanode can execute simultaneously</description>
   --
       <name>hdds.datanode.replication.port</name>
       <value>9886</value>
       <description>Port used for the server2server replication 
server</description>
   ```
   
   CI:
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/1612982103
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/1614629470
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/1614739850


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