googleapis / googleapis/google-cloud-cpp
Storage: Review locking on `ObjectDescriptorImpl::OnResume`
Open
api: storage
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
The initial implementation reacquires a mutex between starting a new Read() and a new Write() message. We should probably do these atomically, or at least guarantee we use the same stream.
Contributor guide
Assessment
This issue has not been assessed yet.