adoroszlai opened a new pull request, #5639: URL: https://github.com/apache/ozone/pull/5639
## What changes were proposed in this pull request? Change Ozone Datanode client port default value from 9864 to 19864. This port was added since the last release (1.3.0) to support dynamic reconfiguration protocol, but it conflicts with HDFS Datanode web port. Thus it makes sense to change it before the conflicting port gets into any Ozone release. https://issues.apache.org/jira/browse/HDDS-9512 ## How was this patch tested? Tested the port in `ozone` compose environment: ``` $ ozone admin reconfig --address 192.168.80.9:19864 properties DN: Node [192.168.80.9:19864] Reconfigurable properties: hdds.datanode.block.delete.threads.max hdds.datanode.block.deleting.limit.per.interval ozone.block.deleting.service.workers ``` CI: https://github.com/adoroszlai/ozone/actions/runs/6934881675 -- 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]
