Look into avoiding lock wait
Open
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Saw higher lock after changes for #593. Thinking for the case of observers triggered by weak notification that hardly collide, can obtain a start timestamp a bit before the observer starts executing. So it reads slightly older data (it will run again later) and avoids lock wait keeping the system busy.
Contributor guide
Assessment
This issue has not been assessed yet.