WenDing-Y opened a new issue, #9160:
URL: https://github.com/apache/seatunnel/issues/9160

   ### 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
   
   use seatunnel sync es data 
   the source is es 
   the sink is console
   when submit batch job more time,the jobmanager heap oom
   
   ### SeaTunnel Version
   
   the version is 2.3.5
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 1
     job.mode = "BATCH"
     job.name = es-demo
   }
   
   source {
        
          Elasticsearch {
                
          }
       
   }
   
   transform {
    
   }
   
   sink {
          Console {
                
                
          }
      
     
   }
   ```
   
   ### Running Command
   
   ```shell
   Execute SeaTunnel Flink Job: ${FLINK_HOME}/bin/flink run -c 
org.apache.seatunnel.core.starter.flink.SeaTunnelFlink 
/opt/seatunnel/starter/seatunnel-flink-15-starter.jar --config
   ```
   
   ### Error Exception
   
   ```log
   the flink jobmanager heap oom
   ```
   
   ### Zeta or Flink or Spark Version
   
   flink version is 1.16.3
   
   ### Java or Scala Version
   
   open jkd 11
   
   ### Screenshots
   
   
![Image](https://github.com/user-attachments/assets/69599320-a460-4104-966a-5e32f25cb8f2)
   
   
![Image](https://github.com/user-attachments/assets/4c33de07-4c72-4887-a6be-e644b9fc02c2)
   
   
![Image](https://github.com/user-attachments/assets/16f4d0cf-784b-4fea-93f6-fbde1f6e75d3)
   
   
![Image](https://github.com/user-attachments/assets/0e25b6b1-8ace-46b6-a83d-83300fa7cfd9)
   
   ### 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: commits-unsubscr...@seatunnel.apache.org.apache.org

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

Reply via email to