Samrat002 opened a new pull request, #21512:
URL: https://github.com/apache/flink/pull/21512

   
   
   ## What is the purpose of the change
   
   sql-client leaks flink-table-planner jar in /tmp. Fix the leak by removing 
on exists 
   
   
   ## Brief change log
   
   
   
   ## Verifying this change
   
   without patch 
   
   ```
   [root@ip-172-1-1-3 lib]# ls -lrt /tmp/flink-table-planner_*
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:08 
/tmp/flink-table-planner_acada33f-a10b-4a4a-ad16-6bca25a67e10.jar
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:17 
/tmp/flink-table-planner_fb2f6e31-48a0-4c1e-ab7b-16129e776125.jar
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:22 
/tmp/flink-table-planner_83499393-1621-43de-953c-2000bc6967ce.jar
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:24 
/tmp/flink-table-planner_3aa798da-e794-4c6c-ad9f-49b4574da64b.jar
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:36 
/tmp/flink-table-planner_ea52d9ea-3148-4fc3-8a58-f83063bb14d5.jar
   -rw-rw-r-- 1 hadoop hadoop 39138893 Dec 12 10:44 
/tmp/flink-table-planner_fdc64e21-6bc7-4e4a-b8b2-2a97629d0727.jar
   -rw-rw-r-- 1 hadoop hadoop 39137545 Dec 12 11:05 
/tmp/flink-table-planner_84c00b13-c6b5-4e8b-80cb-5631a2fa3150.jar
   -rw-rw-r-- 1 hadoop hadoop 39137601 Dec 12 11:10 
/tmp/flink-table-planner_d00b8a7b-e615-46f7-bd21-b5efa684c184.jar
   -rw-rw-r-- 1 hadoop hadoop 39137601 Dec 12 11:11 
/tmp/flink-table-planner_a413520d-ce15-41f9-aa5e-05a30f7eaff5.jar 
   ```
   
   with patch
   
   ```
   [root@ip-172-1-1-3 lib]# ls -lrt /tmp/flink-table-planner_*
   --
   ``` 
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / no) no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / no) no
     - The serializers: (yes / no / don't know) no
     - The runtime per-record code paths (performance sensitive): (yes / no / 
don't know) no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know) 
no
     - The S3 file system connector: (yes / no / don't know) no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no) no
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented) no
   


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to