-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The GrpcStore does not currently perform any retrying on failure. This is contrary to the S3Store that does. This causes issues when the upstream is under heavy load. Implement retry in the same manner as the S3Store in the GrpcStore. No retry is implemented for write, the same as the S3Store, as this would require buffering of the file data which is not easily possible.
- Loading branch information
1 parent
5f5b2c4
commit 259224b
Showing
3 changed files
with
127 additions
and
41 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