jojochuang commented on code in PR #7013:
URL: https://github.com/apache/ozone/pull/7013#discussion_r1700470772
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/file/OMRecoverLeaseRequest.java:
##########
@@ -101,6 +103,7 @@ public OMRecoverLeaseRequest(OMRequest omRequest) {
}
@Override
+ @DisallowedUntilLayoutVersion(HBASE_SUPPORT)
Review Comment:
We never advertise hsync and lease recovery APIs and hsync is disabled by
default in Ozone 1.4.0, so it shouldn't cause a regression.
These annotations are used to prevent undefined behavior if a downgrade is
necessary.
--
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]