amaliujia commented on code in PR #10694:
URL: https://github.com/apache/ozone/pull/10694#discussion_r3626963890


##########
hadoop-hdds/interface-client/src/main/proto/DatanodeClientProtocol.proto:
##########
@@ -88,6 +88,8 @@ enum Type {
   GetContainerChecksumInfo = 23;
   // Allows us to read a block
   ReadBlock = 24;
+  // Initializes a stream for writing data with PutBlock commited on close.
+  StreamInitWithPutBlock = 25;

Review Comment:
   Yes we only need a cmd type to indicate which code path to go in this server 
side change. Then the server side is complete and isolated. After all there is 
no server side config now.
   
   The next PR will include a client side config and build proper protos to 
execute different path on the server side, plus we can do more e2e testing 
there.



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