xichen01 commented on PR #7326: URL: https://github.com/apache/ozone/pull/7326#issuecomment-2423933022
> > Since `OBJECT_TAG(5)` is not available in 1.4.1, we'd need to backport the check using numbers, or could check against `FUTURE_VERSION`. > > This would fix the compatibility issue, but would disable `listStatusLight` for client 1.4.1+ and server 1.4.0+ combination. Do you mean that we should set the version of LIGHTWEIGHT_LIST_STATUS to 5 (to be the same as OBJECT_TAG(5)) in the master and ozone-1.4 branches? > but would disable listStatusLight for client 1.4.1+ and server 1.4.0+ combination. For this issue, user can upgrade the server side to ozone-1.4.1 to fix the issue. -- 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]
