sodonnel commented on code in PR #10099:
URL: https://github.com/apache/ozone/pull/10099#discussion_r3155419210
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/snapshot/OMSnapshotMoveDeletedKeysRequest.java:
##########
@@ -52,6 +52,11 @@ public OMSnapshotMoveDeletedKeysRequest(OMRequest omRequest)
{
@Override
@DisallowedUntilLayoutVersion(FILESYSTEM_SNAPSHOT)
+ public OMRequest preExecute(OzoneManager ozoneManager) throws IOException {
Review Comment:
Why add this override that just calls super?
Also, is the `isallowedUntilLayoutVersion(FILESYSTEM_SNAPSHOT)` intended to
be on this new method or the original `validateAndUpdateCache` ?
--
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]