You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/12/14 17:44:03 UTC

[GitHub] [flink] Samrat002 opened a new pull request, #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

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-unsubscribe@flink.apache.org

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


[GitHub] [flink] Samrat002 commented on pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
Samrat002 commented on PR #21512:
URL: https://github.com/apache/flink/pull/21512#issuecomment-1356050291

   @dannycranmer please help review the pr in free time 


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] ramkrish86 commented on pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
ramkrish86 commented on PR #21512:
URL: https://github.com/apache/flink/pull/21512#issuecomment-1375123666

   +1 (non binding).


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] dannycranmer merged pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
dannycranmer merged PR #21512:
URL: https://github.com/apache/flink/pull/21512


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #21512:
URL: https://github.com/apache/flink/pull/21512#issuecomment-1351853606

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9e620de8466ef61d8cec8224615a15cca2f7bd5c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e620de8466ef61d8cec8224615a15cca2f7bd5c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9e620de8466ef61d8cec8224615a15cca2f7bd5c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] Samrat002 commented on pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
Samrat002 commented on PR #21512:
URL: https://github.com/apache/flink/pull/21512#issuecomment-1378495537

   Test failure . Associated known ticket https://issues.apache.org/jira/browse/FLINK-30629


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] dannycranmer commented on pull request #21512: [FLINK-30375][hotfix]sql-client leaks flink-table-planner jar in /tmp

Posted by GitBox <gi...@apache.org>.
dannycranmer commented on PR #21512:
URL: https://github.com/apache/flink/pull/21512#issuecomment-1379472454

   The commit message does not need `hotfix` if you have a Jira, will rewrite on merge


-- 
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-unsubscribe@flink.apache.org

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