[
https://issues.apache.org/jira/browse/STORM-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136592#comment-15136592
]
ASF GitHub Bot commented on STORM-1529:
---------------------------------------
GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/1087
[STORM-1529] Change default temp dir for workers to worker launch directory.
Allowing workers to create temp files unde /tmp/ directory creates
different challenges for monitoring disk usage and cleanup. So making "tmp"
directory under workers directory, so it gets cleaned up in case of any
deletion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm1529
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1087.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1087
----
commit 56a7a022de62c122320d619dc153824b57b53be6
Author: Kishor Patil <[email protected]>
Date: 2016-02-06T08:32:20Z
Change default temp dir for workers to worker launch directory.
----
> Change default worker temp directory location for workers
> ---------------------------------------------------------
>
> Key: STORM-1529
> URL: https://issues.apache.org/jira/browse/STORM-1529
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Kishor Patil
> Assignee: Kishor Patil
>
> Allowing workers to create temp files unde /tmp/ directory creates different
> challenges for monitoring disk usage and cleanup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)