echonesis commented on code in PR #9327:
URL: https://github.com/apache/ozone/pull/9327#discussion_r2544415550
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/WithObjectID.java:
##########
@@ -164,5 +167,10 @@ public long getObjectID() {
public long getUpdateID() {
return updateID;
}
+
+ /** Hook method, customized in subclasses. */
+ public String getObjectInfo() {
Review Comment:
I've created one sub-task, HDDS-13964, to handle this.
--
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]