GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2762
STORM-3148: Avoid threading issues with kryo I am going to run some perf tests just to be sure, but the only real impact should be slightly more memory usage, and no more than we have to 1.x topologies. You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3148 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/2762.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 #2762 ---- commit 911a0d7006ca79ec41d9a5692fbd417f1931cbb4 Author: Robert (Bobby) Evans <evans@...> Date: 2018-07-12T20:58:20Z STORM-3148: Avoid threading issues with kryo ---- ---