Xuzhengz opened a new issue, #8564: URL: https://github.com/apache/seatunnel/issues/8564
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened close pending status job failed ### SeaTunnel Version 2.3.9 and dev ### SeaTunnel Config ```conf { "env": { "job.mode": "batch" "parallelism" : 50 // 大于slot数量 }, "source": [ { "plugin_name": "FakeSource", "plugin_output": "fake", "row.num": 100, "schema": { "fields": { "name": "string", "age": "int", "card": "int" } } } ], "transform": [ ], "sink": [ { "plugin_name": "Console", "plugin_input": ["fake"] } ] } ``` ### Running Command ```shell bin/seatunnel.sh -c demo.json ``` ### Error Exception ```log pending,but close job failed ``` ### Zeta or Flink or Spark Version 2.3.9 and dev ### Java or Scala Version 1.8 ### Screenshots   69-de57f8d738c1) ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
