-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GCS+gRPC): more efficient
WriteObject()
stall timeouts (#9576)
This changes the implementation of `WriteObject()` to use the blocking API and a watchdog timer to implement stall timeouts. If the timer expires before the `Write()` operation completes a background thread cancels the RPC. If the operation completes, we cancel the timer.
- Loading branch information
Showing
3 changed files
with
116 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters