Hisoka-X commented on code in PR #5620:
URL: https://github.com/apache/seatunnel/pull/5620#discussion_r1362046379
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointCoordinator.java:
##########
@@ -660,7 +660,7 @@ protected void cleanPendingCheckpoint(CheckpointCloseReason
closedReason) {
scheduler.shutdownNow();
scheduler =
Executors.newScheduledThreadPool(
- 1,
+ 2,
Review Comment:
Came from cherry pick. Reverted. Good catch by the way!
--
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]