ivandika3 commented on code in PR #9255:
URL: https://github.com/apache/ozone/pull/9255#discussion_r2525400894
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmLifecycleConfiguration.java:
##########
@@ -195,11 +209,20 @@ public LifecycleConfiguration getProtobuf() {
.setObjectID(getObjectID())
.setUpdateID(getUpdateID());
+ if (bucketObjectID != null) {
Review Comment:
This conflicts with my review
https://github.com/apache/ozone/pull/9255#discussion_r2501407263 , IMO it's
better to explicitly set to null.
--
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]