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

   ### 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
   
   We are using a standalone cluster that doesn't exit to run the Seatunnel 
jobs submitted to it. After that cluster has been running for days, we found : 
   There are lots of jars named `flink-table-planner*.jar` under the tmp 
folder, which has used up most of the available storage
   ![Screenshot 2024-07-08 at 17 52 
58](https://github.com/apache/seatunnel/assets/38579068/238782b5-8033-49f5-9f54-6a1a3a31262f)
   
   This jar was created when the method 
org.apache.flink.table.planner.loader.PlannerModule#PlannerModule runs. 
   
   ![Screenshot 2024-07-11 at 10 43 
16](https://github.com/apache/seatunnel/assets/38579068/70d7538c-89df-445f-b68c-58fb9de62477)
   
   We hope the dependency on the flink-table-planner module can be removed.  
   
   ### SeaTunnel Version
   
   2.3.5
   
   ### SeaTunnel Config
   
   ```conf
   {
     "env": {
       "job.mode": "BATCH",
       "parallelism": 1
     },
     "source": [
       {
         "plugin_name": "FakeSource",
         "result_table_name": "fake",
         "row.num": 100,
         "schema": {
           "fields": {
             "name": "string",
             "gender": "boolean",
             "card": "int"
           }
         }
       }
     ],
     "sink": [
       {
         "plugin_name": "Console",
         "source_table_name": "fake"
       }
     ]
   }
   ```
   
   
   ### Running Command
   
   ```shell
   org.apache.seatunnel.example.flink.v2.SeaTunnelApiExample
   ```
   
   
   ### Error Exception
   
   ```log
   There are lots of jars named `flink-table-planner*.jar` under the tmp 
folder, which has used up most of the available storage
   ![Screenshot 2024-07-08 at 17 52 
58](https://github.com/apache/seatunnel/assets/38579068/238782b5-8033-49f5-9f54-6a1a3a31262f)
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   flink 1.15.4 
   
   ### Java or Scala Version
   
   java8
   
   ### 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: commits-unsubscr...@seatunnel.apache.org.apache.org

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

Reply via email to