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

Limit the max version to cumulative compaction #1813

Merged
merged 1 commit into from Sep 17, 2019
Merged

Limit the max version to cumulative compaction #1813

merged 1 commit into from Sep 17, 2019

Conversation

chaoyli
Copy link
Contributor

@chaoyli chaoyli commented Sep 16, 2019

No description provided.

@@ -240,7 +240,8 @@ namespace config {

// cumulative compaction policy: max delta file's size unit:B
CONF_Int32(cumulative_compaction_check_interval_seconds, "10");
CONF_Int64(cumulative_compaction_num_singleton_deltas, "5");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does base compaction have this problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. It will not accumulate so much cumulative versions.

@chaoyli chaoyli merged commit dc813e6 into apache:master Sep 17, 2019
@imay imay mentioned this pull request Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants