Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2789
The exit code is 20. Try looking for uses of `Utils.exitProcess` with `20`
as the argument. If you change the values to be unique and rerun the tests, you
should be able to nail down where the exit is happening.---
