smengcl commented on code in PR #5061:
URL: https://github.com/apache/ozone/pull/5061#discussion_r1263075156
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -380,11 +382,12 @@ message OMResponse {
optional hdds.TransferLeadershipResponseProto TransferOmLeadershipResponse
= 117;
optional SnapshotPurgeResponse SnapshotPurgeResponse =
118;
optional RecoverLeaseResponse RecoverLeaseResponse =
119;
- optional SetTimesResponse SetTimesResponse =
120;
+ optional SetTimesResponse SetTimesResponse =
120;
optional RefetchSecretKeyResponse RefetchSecretKeyResponse =
121;
optional ListSnapshotDiffJobResponse ListSnapshotDiffJobResponse =
122;
- optional CancelSnapshotDiffResponse cancelSnapshotDiffResponse = 123;
+ optional CancelSnapshotDiffResponse cancelSnapshotDiffResponse =
123;
optional SetSafeModeResponse SetSafeModeResponse =
124;
+ optional PrintCompactionLogDagResponse PrintCompactionLogDagResponse
= 125;
Review Comment:
nit: alignment
--
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]