diff --git a/tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.h b/tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.h index 924112e0d96..1d65f945f27 100644 --- a/tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.h +++ b/tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.h @@ -81,6 +81,7 @@ class GrpcEagerServiceImpl : public AsyncServiceInterface { local_impl_.RunComponentFunction(call_opts.get(), &call->request, &call->response, [call, call_opts](const Status& s) { + call->ClearCancelCallback(); call->SendResponse(ToGrpcStatus(s)); }); });