adoroszlai commented on a change in pull request #1887:
URL: https://github.com/apache/ozone/pull/1887#discussion_r571418835
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java
##########
@@ -129,6 +129,8 @@
public static final String OZONE_DB_CHECKPOINT_REQUEST_FLUSH =
"flushBeforeCheckpoint";
+ public static final String SEPARATE_RATIS_PORTS_AVAILABLE = "RatisPorts";
+
Review comment:
Thanks @lokeshj1703 for the suggestion. Extracted to separate class.
Also changed to using version numbers instead of "features". I think this will
be simpler in the long run. Features of the datanode can be mapped at runtime
(eg. if version > 0, then we have this "separate ports" feature).
----------------------------------------------------------------
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]