[
https://issues.apache.org/jira/browse/STORM-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259850#comment-14259850
]
ASF GitHub Bot commented on STORM-610:
--------------------------------------
GitHub user mnogu opened a pull request:
https://github.com/apache/storm/pull/366
[STORM-610] Check the return value of fts_close().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mnogu/storm check-rv-fts_close
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/366.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 #366
----
commit 64b0d828b1c2c445ecda45622fbc57f4f7756f1e
Author: Muneyuki Noguchi <[email protected]>
Date: 2014-12-29T04:33:03Z
Check the return value of fts_close().
----
> worker-launcher doesn't check return value of fts_close while setting up a
> directory
> ------------------------------------------------------------------------------------
>
> Key: STORM-610
> URL: https://issues.apache.org/jira/browse/STORM-610
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Muneyuki Noguchi
> Priority: Trivial
>
> In setup_stormdist_dir() in worker-launcher.c, the return value of
> fts_close() is set to the variable "ret", but worker-launcher doesn't check
> the value of "ret".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)