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

   ### 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
   
   单节点, cluster 模式。
   
   jvm config:
   
   ```
   # JVM Heap
   -Xms16g
   -Xmx16g
   
   # JVM Dump
   -XX:+HeapDumpOnOutOfMemoryError
   -XX:HeapDumpPath=/tmp/seatunnel/dump/zeta-server
   
   # Metaspace
   -XX:MaxMetaspaceSize=2g
   
   # G1GC
   -XX:+UseG1GC
   ```
   
   1. 启动了几个任务,运行了几天
   2. 又提交任务,显示状态为 SCHEDULED
   
![image](https://github.com/user-attachments/assets/b1568ac2-25e8-470c-aa0f-2442810ea084)
   
   请问
   
   1. 需要怎么处理?
   2. job status 有哪些,代表什么意思?稳定上没看到说明
   3. 如果指定任务内存限制?
   
   
   
   
   ### SeaTunnel Version
   
   2.3.5
   
   ### SeaTunnel Config
   
   ```conf
   seatunnel:
     engine:
       history-job-expire-minutes: 525600
       backup-count: 1
       queue-type: blockingqueue
       print-execution-info-interval: 60
       print-job-metrics-info-interval: 60
       slot-service:
         dynamic-slot: true
       checkpoint:
         interval: 10000
         timeout: 60000
         storage:
           type: hdfs
           max-retained: 3
           plugin-config:
             namespace: /mnt/sdb1/data/seatunnel/checkpoint_snapshot
             storage.type: hdfs
             fs.defaultFS: file:///mnt/sdb1/data/seatunnel/storage/ # Ensure 
that the directory has written permission
   ```
   
   
   ### Running Command
   
   ```shell
   bin/seatunnel.sh --config config/v2_sheng__sync_device.conf -n 
v2_sheng_sync_device -r 999900001
   ```
   
   
   ### Error Exception
   
   ```log
   没抱错,用 bin/seatunnel.sh -l 查看任务,新任务显示  SCHEDULED。
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   
![image](https://github.com/user-attachments/assets/924c83aa-3871-4737-8d03-ed07e716b95e)
   
   
   ### 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: commits-unsubscr...@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to