TF/gRPC: Don't abort the step when an RPC is cancelled.
gRPC can trigger a cancellation on the server in the event of a failed channel. If we abort the step immediately, this prevents us from retrying the operation. As a failed client RPC will eventually trigger a cancellation and teardown, we can skip aborting the step on the server side. PiperOrigin-RevId: 232061494
Loading
Please sign in to comment