You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/06 16:56:00 UTC

[jira] [Commented] (FLINK-27099) RestClient fills /tmp directory

    [ https://issues.apache.org/jira/browse/FLINK-27099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518307#comment-17518307 ] 

Chesnay Schepler commented on FLINK-27099:
------------------------------------------

Can you double-check whether it really also occurs with 1.14.4?

This sounds exactly like FLINK-21164 which should already be fixed in 1.14.

> RestClient fills /tmp directory
> -------------------------------
>
>                 Key: FLINK-27099
>                 URL: https://issues.apache.org/jira/browse/FLINK-27099
>             Project: Flink
>          Issue Type: Bug
>          Components: Client / Job Submission, Runtime / REST
>    Affects Versions: 1.7.2, 1.12.1, 1.14.4
>            Reporter: Mexicapita
>            Priority: Minor
>
> I have some problems with my apache flink stream system. 
> A few days ago, we detect that flink was using too much space in the hard disk, and explorint them, we found to many (around a thousand) `.jar` files in `/tmp` directory on jobmanager container.
> The .jar files always have a similar name, but with diferent numbers:
> - 1695477181_3183563526079495551lib_org.eclipse.paho.client.mqttv3-1.1.0.jar
> - 1798263280_2346102789822957064lib_com.google.protobuf_2.6.0.jar
> The .jar files was created when I use the 'Submit New Job' menu
> In this menu, flink start to polling `GET http://myflink:myport/jars/` (once at second). 
> For each request, a couple of .jar files are created.
> I can't find any information about this and I'm not sure if its a bug or something. Any help please ?
> My installations:
> - Flink 1.12.1 running with docker swarm
> - Flink 1.7 running with docker compose
> - Flink 1.14.4 java 11 running with docker-compose
> The three installations have the same problem
> Thanks !!!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)