-
Notifications
You must be signed in to change notification settings - Fork 284
Update GC filter #22178
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
Update GC filter #22178
Conversation
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Code Suggestions ✨Explore these optional code suggestions:
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #21982
What this PR does / why we need it:
After removing the GC metadata, the files that were originally to be GCed may have leaks
PR Type
Bug fix
Description
Remove empty
dropTS
check from GC filter logicFix potential file leaks after GC metadata removal
Changes diagram
Changes walkthrough 📝
exec_v1.go
Remove empty dropTS check from GC filter
pkg/vm/engine/tae/db/gc/v3/exec_v1.go
dropTS.IsEmpty()
condition from object filtering logic