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

Fix continous compaction edge case #6710

Merged
merged 1 commit into from
May 25, 2016
Merged

Fix continous compaction edge case #6710

merged 1 commit into from
May 25, 2016

Conversation

jwilder
Copy link
Contributor

@jwilder jwilder commented May 23, 2016

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

The level planner would keep including the same TSM files to be
recompacted even if they were already quite compacted and split
across several TSM files.

Fixes #6683

@jwilder jwilder added this to the 1.0.0 milestone May 23, 2016
@benbjohnson
Copy link
Contributor

👍

@e-dard
Copy link
Contributor

e-dard commented May 24, 2016

LGTM 👍

The level planner would keep including the same TSM files to be
recompacted even if they were already quite compacted and split
across several TSM files.

Fixes #6683
@jwilder jwilder merged commit f4523dc into master May 25, 2016
@jwilder jwilder deleted the jw-compaction-plan branch May 25, 2016 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants