is-molly commented on issue #10354: URL: https://github.com/apache/seatunnel/issues/10354#issuecomment-3759482555
Note: When isStartWithSavePoint is false, no null pointer exception occurs, and the task can be submitted normally. However, this task will not start from a checkpoint. ```bash curl -X POST "http://your-api-domain/submit-job?jobId=job-12345&jobName=my-first-job&isStartWithSavePoint=false&format=json" \ -H "Content-Type: application/json" \ -d '{ "env": { "job.mode": "STREAMING" } ... }' ``` I recall that the null pointer exception occurred at the source code location getCheckpointServer(jobConfig.getJobContent().getJobId()) or getServerCheckpoint(jobConfig.getJobContent().getJobId()). Sorry, my memory is a bit unclear on the exact method name, but I hope this is helpful to you. -- 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]
