kerneltime commented on code in PR #6297:
URL: https://github.com/apache/ozone/pull/6297#discussion_r1507072715
##########
hadoop-hdds/interface-client/src/main/proto/DatanodeClientProtocol.proto:
##########
@@ -390,6 +393,15 @@ message ListBlockResponseProto {
repeated BlockData blockData = 1;
}
+message EchoRequestProto {
+ optional bytes payloadReq = 1;
Review Comment:
```suggestion
optional bytes payload = 1;
```
--
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]