umamaheswararao commented on code in PR #3345:
URL: https://github.com/apache/ozone/pull/3345#discussion_r861976432


##########
hadoop-hdds/interface-server/src/main/proto/ScmServerDatanodeHeartbeatProtocol.proto:
##########
@@ -407,6 +409,20 @@ message ReplicateContainerCommandProto {
   required int64 cmdId = 3;
 }
 
+/**
+* This command asks the datanode to reconstruct the missing EC containers by
+* using remaining containers from sources.
+*/
+message ReconstructECContainersCommandProto {
+  required int64 containerID = 1;
+  repeated DatanodeDetailsProto sources = 2;

Review Comment:
   Ah I got the answer for my above question. Let me create one structure now. 
Together is better, I agree this avoid some inherent issues. I think, I was 
just blinded by current pipeline object which will rebuild as separate from 
nodeOrder and Nodedetails. 



-- 
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]

Reply via email to