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

   ### 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
   
   I am running the seatunnel cluster continuously, we are running the 
seatunnel on ec2 and after each run of a job for eg jdbc to jdbc the jvm size 
increases,....after each run the size increases continuously untill the memory 
in the ram is being occupied....if more space is required...it crashes the 
job...
   
   I have tried to manage the jvm otptions as well....increased the heap memory 
size as well but no memory inprovements i have seen....
   history-job-expire-minutes : also i have set it up to 5 mins....still no 
change
   
   Is this a seatunnel bug or it can be resolved?
    
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   {
     "env": {
       "job.name": "TGT_NEWYELLOW_TRIPDATA3CSV",
       "execution.parallelism": 2,
       "job.mode": "BATCH"
     },
     "source": [
       {
         "plugin_name": "Jdbc",
         "parallelism": 2,
         "url": "",
         "connection_check_timeout_sec": 1000,
         "driver": "oracle.jdbc.OracleDriver",
         "user": "",
         "password": "",
         "database": "XEPDB1",
         "query": "select * from TEST.TGT_NEWYELLOW_TRIPDATA3CSV ",
         "fetch_size": 10000
       }
     ],
     "sink": [
       {
         "plugin_name": "LocalFile",
         "path": "/home/pshrikh/test_files/files/",
         "field_delimiter": ",",
         "file_format_type": "csv",
         "file_name_expression": "tgt_TGT_NEWYELLOW_TRIPDATA3CSV_2024",
         "custom_filename": "true",
         "batchsize": 10000,
         "is_enable_transaction": "false"
       }
     ]
   }
   ```
   
   
   ### Running Command
   
   ```shell
   /home/apache-seatunnel-2.3.3/bin/seatunnel.sh --config 
/home/scripts/seatunnel/ora_beverages_filecsv.json
   ```
   
   
   ### Error Exception
   
   ```log
   na
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   zeta 
   
   ### Java or Scala Version
   
   java
   
   ### Screenshots
   
   _No response_
   
   ### 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]

Reply via email to