-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2385] feat(core): Add the Relational Garbage Collector #3016
Conversation
core/src/main/java/com/datastrato/gravitino/storage/relational/JDBCBackend.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/JDBCBackend.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/JDBCBackend.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/mapper/CatalogMetaMapper.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/JDBCBackend.java
Outdated
Show resolved
Hide resolved
sorry for the late feature finish, can you help to review this? Thanks a lot. @yuqi1129 @jerryshao |
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalGarbageCollector.java
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/RelationalBackend.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/mapper/FilesetVersionMapper.java
Outdated
Show resolved
Hide resolved
@YxAc |
core/src/main/java/com/datastrato/gravitino/storage/relational/service/FilesetMetaService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @YxAc for your contribution, merging to main. |
…e#3016) ### What changes were proposed in this pull request? - Add the JDBC Backend Garbage Collector ### Why are the changes needed? Fix: apache#2385 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? UT --------- Co-authored-by: YxAc <[email protected]>
What changes were proposed in this pull request?
Why are the changes needed?
Fix: #2385
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
UT