DaveTeng0 commented on code in PR #3614:
URL: https://github.com/apache/ozone/pull/3614#discussion_r932839821
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1453,6 +1456,23 @@ message PartInfo {
required uint64 size = 4;
}
+/**
+ Stores the raw payload of rpc request, used in OmRPCLoadGenerator
+ */
+message EchoRPCRequest {
+ optional bytes payloadReq = 1;
+ optional int32 payloadSizeResp = 2;
+ optional bool isEmptyResp = 3;
Review Comment:
sure!
--
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]