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

[BUG] Cannot manually trigger compaction of blob SSTs at level -1(KV separation) #32

Closed
noobpwnftw opened this issue Jan 8, 2021 · 1 comment

Comments

@noobpwnftw
Copy link
Contributor

[BUG]

When there are many small blob SSTs created at level -1 due to KV separation.

Expected behavior

Manual compaction, table option change and key deletion should trigger compaction of blob SSTs involved at level -1.

Actual behavior

Only SST from level 0 and above are compacted, GC does not trigger even when the keys contained in the blob SSTs are deleted.

Steps to reproduce the behavior

@noobpwnftw
Copy link
Contributor Author

Problem is solved by export and import.

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

No branches or pull requests

1 participant