CurtisFei opened a new issue, #10074: URL: https://github.com/apache/seatunnel/issues/10074
After deploying the cluster based on the documentation at https://seatunnel.apache.org/docs/2.3.12/start-v2/docker/#use-docker-directly, I successfully submitted a job using the RESTful API V1 and could view the job's details. However, when I call the 'Return Details Of A Job' interface a few days later, it only returns the job ID, for example: { "jobId": "309468400064663552" } My questions are: 1. I would like to know the reason why only the job ID is returned. If I want to prevent the loss of job details, how should I configure the system? 2. How can I view the logs generated by SeaTunnel while a job is being executed? I have checked both /opt/seatunnel/logs inside the container and the standard docker logs but could not find the specific job execution logs, making it difficult to pinpoint the cause of a job failure. -- 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]
