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(compaction): Remove compaction backoff #1686

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Conversation

ahsanbarkati
Copy link
Contributor

@ahsanbarkati ahsanbarkati commented Mar 30, 2021

We used to back-off from doing compaction if the allocated memory by
jemalloc is more than 16GiB. In case of heavy write load it is possible
that the compaction will continuously get backed-off and the SST tree
will get completely filled. This will cause the memtable flush to be stuck
which results in issues like Live-Loading getting stuck in dgraph.


This change is Reviewable

@ahsanbarkati ahsanbarkati merged commit 44c3c2b into master Mar 31, 2021
@ahsanbarkati ahsanbarkati deleted the ahsan/remove-backoff branch March 31, 2021 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants