Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2789
No, but like I said, I suspect that the exit code is being set by a call to
`Utils.exitProcess`. If you try changing some of the exit codes to be unique,
it's likely you'll be able to tell which call to `Utils.exitProcess` is
responsible for killing the JVM, which could help you tell what's happening.---
