tanvipenumudy commented on code in PR #5391:
URL: https://github.com/apache/ozone/pull/5391#discussion_r1487243645


##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -497,3 +498,26 @@ message CompactionLogEntryProto {
     repeated CompactionFileInfoProto outputFileIntoList = 4;
     optional string compactionReason = 5;
 }
+
+message NodeImpl {
+    required string name = 1;
+    required string location = 2;
+    required uint32 cost = 3;
+    required uint32 level = 4;
+}
+
+message NodeInterface {

Review Comment:
   Sure, changed the proto message name to `NetworkNode`.



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to