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

[wip] fix: make FreeMemWithEvictionStep atomic #4885

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kostasrim
Copy link
Contributor

FreeMemWithEvictionStep was not atomic yet was used by a flow -- RetireExpireAndEvict() -- which should be atomic. Therefore, we make this function atomic (since it's only used by that flow).

Resolves #4875

Signed-off-by: kostas <kostas@dragonflydb.io>
@kostasrim kostasrim self-assigned this Apr 3, 2025
};

shard_set->pool()->AwaitBrief(std::move(cb));
}
}

void DbSlice::SendQueuedInvalidationMessagesAsync() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We drained it before because we blocked. Now we don't.

TODO investigate: we should call this also from heartbeat (so on the second iteration it drains it if there were items added).

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.

Preempt inside atomic section of heartbeat during evictions
1 participant