nandakumar131 commented on code in PR #5391:
URL: https://github.com/apache/ozone/pull/5391#discussion_r1902891801
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -47,6 +47,7 @@ message DatanodeDetailsProto {
optional int64 persistedOpStateExpiry = 9; // The seconds after the epoch
when the OpState should expire
// TODO(runzhiwang): when uuid is gone, specify 1 as the index of uuid128
and mark as required
optional UUID uuid128 = 100; // UUID with 128 bits assigned to the
Datanode.
+ optional uint32 level = 101;
Review Comment:
FYI: We should have used value `10` instead of `101`.
`100` was added as a special case which is to replace `optional string uuid
= 1` whenever possible.
--
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]