Skip to content
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

feat: support disable RocksDB auto-compaction by configuration #2586

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

haohao0103
Copy link
Contributor

support disable rocksdb auto compaction through configuration

close #2583

Feature Description (功能描述)
A new parameter is provided, which allows control over whether to turn off RocksDB's auto compaction through the configuration file.

support disable rocksdb auto compaction through configuration
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. feature New feature labels Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.56%. Comparing base (03b40a5) to head (08a6052).
Report is 2 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (03b40a5) and HEAD (08a6052). Click for more details.

HEAD has 5 uploads less than BASE
Flag BASE (03b40a5) HEAD (08a6052)
6 1
Additional details and impacted files
@@              Coverage Diff              @@
##             master    #2586       +/-   ##
=============================================
- Coverage     52.49%   38.56%   -13.93%     
+ Complexity      586      383      -203     
=============================================
  Files           643      643               
  Lines         53393    53393               
  Branches       7018     7018               
=============================================
- Hits          28026    20590     -7436     
- Misses        22538    30527     +7989     
+ Partials       2829     2276      -553     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imbajin imbajin changed the title [Feature] support disable rocksdb auto compaction through configuration feat: support disable RocksDB auto-compaction by configuration Jul 15, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 15, 2024
@VGalaxies VGalaxies merged commit 5dfcc3f into apache:master Jul 16, 2024
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] support disable rocksdb auto compaction through configuration
4 participants