adoroszlai commented on a change in pull request #1887:
URL: https://github.com/apache/ozone/pull/1887#discussion_r569172169
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/protocol/DatanodeDetails.java
##########
@@ -73,6 +74,7 @@
private String buildDate;
private HddsProtos.NodeOperationalState persistedOpState;
private long persistedOpStateExpiryEpochSec = 0;
+ private final List<String> features = new ArrayList<>();
Review comment:
This is just a way to help distinguish newly initialized datanodes from
existing ones being restarted with new code version. No further features
planned currently.
----------------------------------------------------------------
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]