corgy-w commented on PR #10075:
URL: https://github.com/apache/seatunnel/pull/10075#issuecomment-3637175016
I have a question about the behavior when a job is already stuck in the
DOING_SAVEPOINT state. In that case, can stopPipelineWithCheckpointFallback
always successfully stop the job and release the slot resources, or are there
still situations where the job may remain stuck in DOING_SAVEPOINT?
``` if
(jobMaster.getCheckpointManager().isCompletedPipeline(pipelineId)) {
forcePipelineFinish();
}```
Conceptually, what we wanted here is a “force pause” of the job. But in the
current implementation, the force option seems to force end the job (eg set it
to CANCELED) instead of pausing it.
From your point of view, does a forced termination really count as a “pause”?
@dybyte
--
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]