yl09099 commented on code in PR #1762:
URL:
https://github.com/apache/incubator-uniffle/pull/1762#discussion_r1627410560
##########
client/src/main/java/org/apache/uniffle/client/impl/ShuffleWriteClientImpl.java:
##########
@@ -1057,6 +1076,21 @@ private void throwExceptionIfNecessary(ClientResponse
response, String errorMsg)
}
}
+ private void throwExceptionIfNecessary(
+ ClientResponse response, String errorMsg, int stageAttemptNumber) {
+ if (response != null && response.getStatusCode() != StatusCode.SUCCESS) {
+ if (stageAttemptNumber > 0) {
Review Comment:
> Oh no, my thought is to fast fail when encountering the outdate send
request.
OK,Have been changed.
--
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]