juliuszsompolski opened a new pull request, #42274: URL: https://github.com/apache/spark/pull/42274
### What changes were proposed in this pull request? Even though we empirically observed that error is throws only from first next() or hasNext() of the response StreamObserver, wrap the initial call in retries as well to not depend on it in case it's just an quirk of GRPC that's not fully dependable. ### Why are the changes needed? It appears to be working without this change, but it may be an internal GRPC quirk that we can be defensive to not rely upon. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Everything appears working without this change and this is just defensive. -- 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]
