GitHub user JamisonWhite opened a pull request:
https://github.com/apache/storm/pull/335
Windows fork option
Ported Nathan Marz's Python changes to DOS batch file. This allows Storm to
be started so that a process manager like NSSM can track the correct process
ID. I followed the same pattern as the STORM_DEBUG setting with default
behavior being the current behavior.
Original pull request:
https://github.com/nathanmarz/storm/pull/238
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JamisonWhite/storm windows-fork-option
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/335.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 #335
----
commit 29c3c8827ea495dac4da8d9262b801831cc8743f
Author: Jamie White <[email protected]>
Date: 2014-12-02T18:05:02Z
Added FORK option to batch files
commit 758f8cf44f8970dce5e48dc7fd514ca69148ee5b
Author: Jamie White <[email protected]>
Date: 2014-12-02T19:59:08Z
Changed STORM_FORK to behave like STORM_DEBUG
If STORM_FORK==false then startup will not be forked. All other values,
including undefined, will cause the process to fork like the current
behavior.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---