Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always add full timeout for client RPC deadline
When an RPC with a blocking query is retried the deadline should include the max query time, not just the remaining time in the initial query. A query may block up to twice as long as requested if any retries occur.
- Loading branch information