adoroszlai commented on PR #6763: URL: https://github.com/apache/ozone/pull/6763#issuecomment-2151469024
@shenxingwuying this config property (including its default value) is defined in: https://github.com/apache/ozone/blob/23e350b2385014fa15a02a9ff7c359a5f15ae5e9/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationServer.java#L238-L241 It is included in the following config XML generated at compile-time: ``` hadoop-hdds/container-service/target/classes/ozone-default-generated.xml 63- <property> 64: <name>hdds.datanode.replication.port</name> 65- <value>9886</value> 66- <description>Port used for the server2server replication server</description> 67- <tag>DATANODE, MANAGEMENT</tag> 68- </property> ``` So there is no need to duplicate it in `ozone-default.xml`. -- 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]
