[
https://issues.apache.org/jira/browse/STORM-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137555#comment-15137555
]
ASF GitHub Bot commented on STORM-1529:
---------------------------------------
Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/1087#discussion_r52215475
--- Diff: storm-core/test/clj/org/apache/storm/supervisor_test.clj ---
@@ -299,6 +299,7 @@
"-Dstorm.conf.file="
"-Dstorm.options="
(str "-Dstorm.log.dir="
file-path-separator "logs")
+ (str "-Djava.io.tmpdir=/tmp/workers"
file-path-separator mock-worker-id file-path-separator "tmp")
--- End diff --
Using `/` will break tests on windows.
> 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)