gardenia commented on code in PR #9363:
URL: https://github.com/apache/ozone/pull/9363#discussion_r2742464470
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -552,6 +552,11 @@ public final class OzoneConsts {
public static final String COMPACTION_LOG_TABLE =
"compactionLogTable";
+ /**
+ * DB completed request info table name. Referenced in RDBStore.
+ */
+ public static final String COMPLETED_REQUEST_INFO_TABLE =
"completedRequestInfoTable";
Review Comment:
Done. Thx
--
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]