Files
Kim Altintop 727f51620b durability: Notify waiters after lockfile is dropped (#4051)
Notifications were sent shortly before dropping the actor (and thus, the
lockfile), which could cause the `close` future to return while the lock
is still held.

This can lead to a race if the database is re-opened immediately, such
as in `TestDB::reopen()`, causing test flakes.

# Expected complexity level and risk

1

# Testing

Should result in "Database is already opened" test flakes to go away.
2026-01-16 07:07:26 +00:00
..
2025-08-12 18:20:58 +00:00

⚠️ Internal Crate ⚠️

This crate is intended for internal use only. It is not stable and may change without notice.