EricJoy2048 commented on code in PR #5007:
URL: https://github.com/apache/seatunnel/pull/5007#discussion_r1259620087
##########
seatunnel-engine/seatunnel-engine-client/src/main/java/org/apache/seatunnel/engine/client/job/ClientJobProxy.java:
##########
@@ -93,21 +89,12 @@ private void submitJob(JobImmutableInformation
jobImmutableInformation) {
@Override
public JobStatus waitForJobComplete() {
try {
- jobResult =
- RetryUtils.retryWithException(
Review Comment:
> Why remove retry?
The test found that the retry here is meaningless because once the client
and server connection times out, the seaTunnelHazelcastClient will no longer be
available, so no matter how many retries are made here, it is useless
--
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]