Hisoka-X commented on code in PR #5418:
URL: https://github.com/apache/seatunnel/pull/5418#discussion_r1325813316
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/SubPlan.java:
##########
@@ -53,7 +53,7 @@ public class SubPlan {
private static final ILogger LOGGER = Logger.getLogger(SubPlan.class);
/** The max num pipeline can restore. */
- public static final int PIPELINE_MAX_RESTORE_NUM = 3; // TODO should set
by config
+ public static final int PIPELINE_MAX_RESTORE_NUM = 0; // TODO should set
by config
Review Comment:
This is what I want to do too! Before we can identify which error we should
retry, which we shouldn't. I think we do not retry would be better.
--
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]