Github user jerrypeng commented on the issue:
https://github.com/apache/storm/pull/2442
Generally look good just some minor comments. @revans2 you can also
implement a version of the algorithm using heap space in the JVM instead of
stack stack space so you wouldn't need to tinker with the -Xss settings. May
simplify operations.---
