smengcl commented on code in PR #5301:
URL: https://github.com/apache/ozone/pull/5301#discussion_r1328055415
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java:
##########
@@ -321,6 +321,7 @@ public static boolean isReadOnly(
case SnapshotPurge:
case RecoverLease:
case SetTimes:
+ case SnapshotUpdateSize:
Review Comment:
This can be generalized/merged with other operations that updates
`SnapshotInfo`:
```suggestion
case SetSnapshotProperty:
```
--
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]