juliuszsompolski commented on PR #41829: URL: https://github.com/apache/spark/pull/41829#issuecomment-1621328179
@dillitz Since https://github.com/apache/spark/pull/41743 merged, I think it would be best to: * moving the retrier to it's own utility class, used from the blocking stub (like GrpcExceptionConverter object) * implement a non blocking stub as well * implement retries for addArtifacts. It is a client-side stream, so also needs special handling: only sending the first element in the stream should be retried. * implement functions in SparkConnectClient needed for ArtifactManager, so that ArtifactManager uses the client instead of sending rpcs directly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
