adoroszlai opened a new pull request #1887:
URL: https://github.com/apache/ozone/pull/1887
## What changes were proposed in this pull request?
Move Datanode's Ratis server-to-server and admin communication to other
ports and use separate TLS config.
* Add new ports with default config.
* Only use new ports if datanode has not been initialized previously.
Ratis stores peer addresses with port in Raft log, so if the ring is already
created, we cannot simply move server-to-server communication to another port.
* Store "separate ports" as feature in datanode details YAML. Currently
this is the only feature, but I think it's better to have a list of features
than to introduce "random" fields.
* Add acceptance test for restarting Ozone (with the same version, no
upgrade).
* Enabled TLS for datanode GRPC in `ozonesecure` cluster.
https://issues.apache.org/jira/browse/HDDS-4730
## How was this patch tested?
Regular CI:
https://github.com/adoroszlai/hadoop-ozone/actions/runs/531656927
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]