Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: don't use caller's context in {Maybe,Add}Async
The callers context often cancels immediately after the operation is enqueued, and that doesn't mean that we don't want to go ahead and queue the replica. Was seeing lots of messages about this in the logs. Release note: None
- Loading branch information