remote-apis-sdks icon indicating copy to clipboard operation
remote-apis-sdks copied to clipboard

implement upload/download cancellation

Open ola-rozenfeld opened this issue 4 years ago • 0 comments

When the uploads/downloads are unified, we don't really support cancellations -- the context may be canceled and the caller immediately returns, but the upload/download still happens in the background, consuming resources. Ideally, for large (non-batched) reads and writes, if ALL clients interested in the digest are canceled, then we should terminate the RPC.

ola-rozenfeld avatar Oct 15 '20 23:10 ola-rozenfeld