dombizita commented on code in PR #4369:
URL: https://github.com/apache/ozone/pull/4369#discussion_r1131733720
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/protocol/DatanodeDetails.java:
##########
@@ -802,7 +804,13 @@ public static final class Port {
*/
public enum Name {
STANDALONE, RATIS, REST, REPLICATION, RATIS_ADMIN, RATIS_SERVER,
- RATIS_DATASTREAM;
+ RATIS_DATASTREAM,
Review Comment:
I didn't add the annotation to the `RATIS_DATASTREAM` yet, do you think that
would require a new `HDDSLayoutFeature`? or should I rename the
`WEBUI_PORTS_IN_DATANODEDETAILS` to something more general regarding "ports
presented in 1.4.0"? I am not sure what would be the best solution for this.
--
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]