Skip to content

Conversation

@cstamas
Copy link
Member

@cstamas cstamas commented Oct 20, 2025

Implement full advisory locking, a side-struct which is used to coordinate, but do not lock the actual data we operate on, as some OS-es does not know to handle that.

This means that Mimir now does not lock data it operates on, to make possible combining of features like exclusive access and cache purge on certain operating systems.

Implement full advisory locking, a side-struct which is
used to coordinate, but do not lock the actual data we
operate on, as some OS-es does not know to handle that.
@cstamas cstamas marked this pull request as ready for review October 20, 2025 09:51
@cstamas cstamas merged commit e16516e into main Oct 20, 2025
10 checks passed
@cstamas cstamas deleted the advisory-locking branch October 20, 2025 09:52
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.

2 participants