Skip to content

Commit 7c6f3fd

Browse files
author
Colm Dougan
committed
HDDS-14003. EventNotification: Added protobufs and entity class for storing the ledger of completed requests
1 parent 18d8ae1 commit 7c6f3fd

File tree

7 files changed

+696
-1
lines changed

7 files changed

+696
-1
lines changed

hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,11 @@ public final class OzoneConsts {
552552
public static final String COMPACTION_LOG_TABLE =
553553
"compactionLogTable";
554554

555+
/**
556+
* DB completed request info table name. Referenced in RDBStore.
557+
*/
558+
public static final String COMPLETED_REQUEST_INFO_TABLE = "completedRequestInfoTable";
559+
555560
/**
556561
* S3G multipart upload request's ETag header key.
557562
*/

0 commit comments

Comments
 (0)