YutaLin commented on PR #10164: URL: https://github.com/apache/ozone/pull/10164#issuecomment-4367328855
> omKeyInfo.setExpectedDataGeneration(null); > omKeyInfo.setExpectedETag(null); Hi @peterxcli We need to set them null for now, otherwise, they'll be stored in KeyTable later, which we don't want. Once we've completed #10181, setting them to null will no longer be necessary, as the codec will prevent them from being stored in the KeyTable. -- 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]
