You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2017/03/03 05:16:45 UTC

[jira] [Updated] (SLIDER-1215) Slider app master does not clean up certificate directories from tmp dir on graceful exit

     [ https://issues.apache.org/jira/browse/SLIDER-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gour Saha updated SLIDER-1215:
------------------------------
    Description: 
Directories like these are left behind even after applications finish -

{code}
$ ls  -l /tmp/ | grep sec
drwxr-x--- 3 yarn yarn 4096 Dec 26 01:46 sec1482716783371
drwxr-x--- 3 yarn yarn 4096 Dec 26 01:54 sec1482717257429
drwxr-x--- 3 yarn yarn 4096 Dec 26 02:54 sec1482720851864
drwxr-x--- 3 yarn yarn 4096 Dec 26 12:12 sec1482754336308
drwxr-x--- 3 yarn yarn 4096 Dec 27 01:39 sec1482802747333
{code}

If 10s of thousands of applications are run in a cluster then the no of these directories grow pretty rapidly.

  was:
Directories like these are left behind even after applications finish -

$ ls  -l /tmp/ | grep sec
drwxr-x--- 3 yarn yarn 4096 Dec 26 01:46 sec1482716783371
drwxr-x--- 3 yarn yarn 4096 Dec 26 01:54 sec1482717257429
drwxr-x--- 3 yarn yarn 4096 Dec 26 02:54 sec1482720851864
drwxr-x--- 3 yarn yarn 4096 Dec 26 12:12 sec1482754336308
drwxr-x--- 3 yarn yarn 4096 Dec 27 01:39 sec1482802747333

If 10s of thousands of applications are run in a cluster then the no of these directories grow pretty rapidly.


> Slider app master does not clean up certificate directories from tmp dir on graceful exit
> -----------------------------------------------------------------------------------------
>
>                 Key: SLIDER-1215
>                 URL: https://issues.apache.org/jira/browse/SLIDER-1215
>             Project: Slider
>          Issue Type: Bug
>    Affects Versions: Slider 0.91
>            Reporter: Gour Saha
>
> Directories like these are left behind even after applications finish -
> {code}
> $ ls  -l /tmp/ | grep sec
> drwxr-x--- 3 yarn yarn 4096 Dec 26 01:46 sec1482716783371
> drwxr-x--- 3 yarn yarn 4096 Dec 26 01:54 sec1482717257429
> drwxr-x--- 3 yarn yarn 4096 Dec 26 02:54 sec1482720851864
> drwxr-x--- 3 yarn yarn 4096 Dec 26 12:12 sec1482754336308
> drwxr-x--- 3 yarn yarn 4096 Dec 27 01:39 sec1482802747333
> {code}
> If 10s of thousands of applications are run in a cluster then the no of these directories grow pretty rapidly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)