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

Auto compaction can get stuck #8481

Closed
jihoonson opened this issue Sep 6, 2019 · 3 comments
Closed

Auto compaction can get stuck #8481

jihoonson opened this issue Sep 6, 2019 · 3 comments
Labels
Milestone

Comments

@jihoonson
Copy link
Contributor

Affected Version

0.13.x, 0.14.x, 0.15.x

Description

The auto compaction can pick up the same interval over again if there are more than 1 segment in that interval after compaction. This was introduced in #6407 and is because the auto compaction is not considering targetCompactionSizeBytes or maxRowsPerSegment while searching for segments to compact.

@jihoonson jihoonson added the Bug label Sep 6, 2019
@jihoonson jihoonson added this to the 0.16.0 milestone Sep 6, 2019
@jihoonson
Copy link
Contributor Author

I think this should be a release blocker since it potentially breaks the auto compaction.

@clintropolis
Copy link
Member

removing from 0.16 milestone since partial fix #8495 was merged and backported

@jihoonson
Copy link
Contributor Author

Fixed in #8573.

@jihoonson jihoonson added this to the 0.16.0 milestone Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants