Shlpeng opened a new issue, #9943:
URL: https://github.com/apache/seatunnel/issues/9943

   ### 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
   
   有三个重要的日志:
   1. 执行任务的worker上的任务日志:
   
[worker上的异常日志.md](https://github.com/user-attachments/files/22881826/worker.md)
   
   2. master上关于这个任务的异常日志:
   [master.md](https://github.com/user-attachments/files/22881835/master.md)
   
   3. 然后cannel不掉的日志:
   [cannel的日志.md](https://github.com/user-attachments/files/22881842/cannel.md)
   
   
   ### SeaTunnel Version
   
   2.3.12
   分离模式集群部署:
   [集群信息.md](https://github.com/user-attachments/files/22881861/default.md)
   
   ### SeaTunnel Config
   
   ```conf
   seatunnel:
     engine:
       classloader-cache-mode: true
       history-job-expire-minutes: 1440
       backup-count: 1
       queue-type: blockingqueue
       print-execution-info-interval: 60
       print-job-metrics-info-interval: 60
       slot-service:
         dynamic-slot: false
         slot-num: 24
       job-schedule-strategy: WAIT
       checkpoint:
         interval: 10000
         timeout: 60000
         storage:
           type: hdfs
           max-retained: 3
           plugin-config:
             oss.bucket: xxx
             storage.type: oss
             fs.oss.accessKeyId: xxx
             fs.oss.accessKeySecret: xxx
             fs.oss.endpoint: xxx
       telemetry:
         metric:
           enabled: true
         log:
           scheduled-deletion-enable: true
       http:
         enable-http: true
         port: 8080
         enable-dynamic-port: false
   ```
   
   ### Running Command
   
   ```shell
   ${SEATUNNEL_HOME}/bin/seatunnel.sh --config 
/tmp/dolphinscheduler/exec/process/22592216/seatunnel_22592216.conf 
--deploy-mode cluster -n 
sp_st2hive_whale_portfolio_atm_st_prod-whale_portfolio_atm__3-whale_portfolio_atm_bank_operation_types-52f10c19157bf8d5ea0a9c79fdacf61f
   ```
   
   ### Error Exception
   
   ```log
   见上面的文件内容
   ```
   
   ### Zeta or Flink or Spark Version
   
   zeta
   
   ### Java or Scala Version
   
   # java -version
   openjdk version "1.8.0_342"
   OpenJDK Runtime Environment (build 1.8.0_342-b07)
   OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode)
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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]

Reply via email to