-
Couldn't load subscription status.
- Fork 421
feat: gc worker metasrv scheduler #6985
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
Draft
discord9
wants to merge
7
commits into
GreptimeTeam:main
Choose a base branch
from
discord9:gc_metasrv_trigger
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+2,088
−216
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9f76fb4 to
6bfa276
Compare
3b5e42f to
6bbe601
Compare
4ac8dda to
3fa76b6
Compare
92dc253 to
ed00d04
Compare
ed00d04 to
b0eadc6
Compare
Signed-off-by: discord9 <[email protected]> false by default Signed-off-by: discord9 <[email protected]> test: config api Signed-off-by: discord9 <[email protected]> refactor: per code review Signed-off-by: discord9 <[email protected]> less info! Signed-off-by: discord9 <[email protected]> even less info!! Signed-off-by: discord9 <[email protected]> docs: gc regions instr Signed-off-by: discord9 <[email protected]> refactor: grp by region id Signed-off-by: discord9 <[email protected]> per code review Signed-off-by: discord9 <[email protected]> per review Signed-off-by: discord9 <[email protected]> error handling? Signed-off-by: discord9 <[email protected]> test: fix Signed-off-by: discord9 <[email protected]> todos Signed-off-by: discord9 <[email protected]> aft rebase fix Signed-off-by: discord9 <[email protected]> after refactor Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]> feat: dn file removal rate Signed-off-by: discord9 <[email protected]> feat: trigger gc with stats(WIP) Signed-off-by: discord9 <[email protected]> chore Signed-off-by: discord9 <[email protected]> also move files ref manifest to store-api Signed-off-by: discord9 <[email protected]> feat: basic gc trigger impl Signed-off-by: discord9 <[email protected]> wip: handle file ref change Signed-off-by: discord9 <[email protected]> refactor: use region ids Signed-off-by: discord9 <[email protected]> fix: retry using related regions Signed-off-by: discord9 <[email protected]> chore: rm unused Signed-off-by: discord9 <[email protected]> fix: update file reference type in GC worker Signed-off-by: discord9 <[email protected]> feat: dn gc limiter Signed-off-by: discord9 <[email protected]> rename Signed-off-by: discord9 <[email protected]> feat: gc scheduler retry with outdated regions Signed-off-by: discord9 <[email protected]> feat: use real object store purger Signed-off-by: discord9 <[email protected]> wip: add to metasrv Signed-off-by: discord9 <[email protected]> feat: add to metasrv Signed-off-by: discord9 <[email protected]> feat: datanode gc worker handler Signed-off-by: discord9 <[email protected]> fix: no partition col fix Signed-off-by: discord9 <[email protected]> fix: RegionId json deser workaround Signed-off-by: discord9 <[email protected]> fix: find access layer Signed-off-by: discord9 <[email protected]> fix: on host dn Signed-off-by: discord9 <[email protected]> fix: stat dedup Signed-off-by: discord9 <[email protected]> refactor: rm load-based Signed-off-by: discord9 <[email protected]> chore: aft rebase fix Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
1b646c0 to
162f2ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
gc worker metasrv trigger, which trigger gc worker on datanode depending on
file_removal_rateandsst_numPR Checklist
Please convert it to a draft if some of the following conditions are not met.