You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't hold DashMap lock over await points. (#4138)
## Motivation
The ScyllaDB tests currently hang on main because we hold a `DashMap`
lock across an `await` point.
## Proposal
Don't.
## Test Plan
This fixed the ScyllaDB deadlock for me locally.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments