Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2759#discussion_r202033999 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/StormCommon.java --- @@ -85,11 +84,6 @@ public static StormCommon setInstance(StormCommon common) { return oldInstance; } - @Deprecated --- End diff -- Yeah I don't have strong opinion on this, so OK to remove it. I haven't use it directly.
---