You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Aaron Gresch (JIRA)" <ji...@apache.org> on 2018/12/05 16:51:00 UTC

[jira] [Resolved] (STORM-3272) supervisor can fail to delete topology stormdist folder

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

Aaron Gresch resolved STORM-3272.
---------------------------------
    Resolution: Fixed

> supervisor can fail to delete topology stormdist folder
> -------------------------------------------------------
>
>                 Key: STORM-3272
>                 URL: https://issues.apache.org/jira/browse/STORM-3272
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Aaron Gresch
>            Assignee: Aaron Gresch
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Upon investigating supervisor restarts, I saw messages such as:
>  
> 2018-10-19 23:01:38.816 o.a.s.u.Utils Thread-20731 [INFO] UNNAMED:rmdir of /home/y/var/storm/supervisor/stormdist/XXX-124-1539730805 failed - Directory not empty
>  
> Looking further, the directory contained a symlink that pointed at a missing file.  Investigating worker-launcher code, this looks like it sees that this is a file that does not exist, so it does not process the symlink, preventing deletion of the directory.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)