-
Notifications
You must be signed in to change notification settings - Fork 378
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
[Subtask] Add the relational entity store Garbage Collector #2385
Comments
xloya
changed the title
[Subtask] Add the relational entity store GC collector
[Subtask] Add the relational entity store Garbage collector
Feb 28, 2024
xloya
changed the title
[Subtask] Add the relational entity store Garbage collector
[Subtask] Add the relational entity store Garbage Collector
Feb 28, 2024
10 tasks
I'll work on this issue. @xloya |
@YxAc |
jerryshao
pushed a commit
that referenced
this issue
Apr 20, 2024
### What changes were proposed in this pull request? - Add the JDBC Backend Garbage Collector ### Why are the changes needed? Fix: #2385 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? UT --------- Co-authored-by: YxAc <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
Currently, soft deletion is used for data processing under the
relational
entity store, so we need to create the processor likeKvGarbageCollector
to delete the useless reocrds.Parent issue
#1811
The text was updated successfully, but these errors were encountered: