smengcl commented on code in PR #5061:
URL: https://github.com/apache/ozone/pull/5061#discussion_r1263074763


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -265,11 +266,12 @@ message OMRequest {
   optional SnapshotPurgeRequest             SnapshotPurgeRequest           = 
118;
 
   optional RecoverLeaseRequest              RecoverLeaseRequest            = 
119;
-  optional SetTimesRequest                   SetTimesRequest               = 
120;
+  optional SetTimesRequest                  SetTimesRequest               = 
120;

Review Comment:
   ```suggestion
     optional SetTimesRequest                  SetTimesRequest                = 
120;
   ```



##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -265,11 +266,12 @@ message OMRequest {
   optional SnapshotPurgeRequest             SnapshotPurgeRequest           = 
118;
 
   optional RecoverLeaseRequest              RecoverLeaseRequest            = 
119;
-  optional SetTimesRequest                   SetTimesRequest               = 
120;
+  optional SetTimesRequest                  SetTimesRequest               = 
120;
   optional RefetchSecretKeyRequest          RefetchSecretKeyRequest        = 
121;
   optional ListSnapshotDiffJobRequest       ListSnapshotDiffJobRequest     = 
122;
-  optional CancelSnapshotDiffRequest       CancelSnapshotDiffRequest     = 123;
+  optional CancelSnapshotDiffRequest        CancelSnapshotDiffRequest     = 
123;

Review Comment:
   ```suggestion
     optional CancelSnapshotDiffRequest        CancelSnapshotDiffRequest      = 
123;
   ```



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