szetszwo commented on code in PR #4825:
URL: https://github.com/apache/ozone/pull/4825#discussion_r1228882857


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -135,6 +135,14 @@ enum Type {
   SnapshotPurge = 118;
   RecoverLease = 119;
   SetTimes = 120;
+  SetSafeMode = 121;

Review Comment:
   @jojochuang , 121 is already taken in the master branch.  Please sync this 
with the master branch.
   ```
   <<<<<<< HEAD
     RefetchSecretKey = 121;
   =======
     SetSafeMode = 121;
   >>>>>>> jojochuang/HDDS-8436
   ```



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