-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
ctlv3/command: auto compact and defrag after "check perf" #9330
Conversation
@raoofm I added |
@gyuho this is very useful and it looks great. Couple of comments - 1. can we have both of these as a func on its own in util.go or at least in check.go if you think it's a good idea for re-usability? I believe I should use these options with |
Codecov Report
@@ Coverage Diff @@
## master #9330 +/- ##
==========================================
- Coverage 75.81% 75.44% -0.37%
==========================================
Files 365 365
Lines 30695 30715 +20
==========================================
- Hits 23270 23173 -97
- Misses 5814 5921 +107
- Partials 1611 1621 +10
Continue to review full report at Codecov.
|
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
87d1e99
to
d1e8557
Compare
@spzala I separated as a function (let's keep them in Can you create a follow-up PR to use this in other commands? Thanks! |
@gyuho yup, that's perfect. Thanks!! |
@gyuho is there a plan to backport to 3.1 and 3.2, if not can we? |
@gyuho Is this expected?
|
@danbeaulieu I got the same error, can not use flag --auto-compact and --auto-defrag. |
/cc @raoofm @spzala
For #9326.