[GitHub] storm issue #2582: STORM-2984: Add jitter in executor heartbeat

2018-03-03 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2582 @zodvik We may still want to apply this to 1.x version line. So if you struggled and the patch helped your case, please submit the patch against 1.x-branch. ---

[GitHub] storm issue #2433: [STORM-2693] Heartbeats and assignments promotion for sto...

2018-03-03 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2433 @revans2 I'm also not familiar with newly added worker token feature, and you said we need to apply token auth to supervisor as well. Could you apply worker token feature to this patch

[GitHub] storm issue #2583: STORM-2649 More detailed check of config serialization

2018-03-03 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2583 +1 again, looks great ---

[GitHub] storm pull request #2583: STORM-2649 More detailed check of config serializa...

2018-03-03 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2583#discussion_r172011662 --- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java --- @@ -1030,8 +1034,34 @@ private static Object normalizeConfValue(Object obj) {

[GitHub] storm pull request #2583: STORM-2649 More detailed check of config serializa...

2018-03-03 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2583#discussion_r172011663 --- Diff: storm-client/test/jvm/org/apache/storm/utils/UtilsTest.java --- @@ -173,4 +176,23 @@ public void

[GitHub] storm pull request #2583: STORM-2649 More detailed check of config serializa...

2018-03-03 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2583#discussion_r172011690 --- Diff: storm-client/test/jvm/org/apache/storm/utils/UtilsTest.java --- @@ -173,4 +176,23 @@ public void

[GitHub] storm issue #2584: STORM-2985: Explicitly add jackson-annotations dependency...

2018-03-03 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2584 +1 ---

[GitHub] storm issue #2433: [STORM-2693] Heartbeats and assignments promotion for sto...

2018-03-03 Thread danny0405
Github user danny0405 commented on the issue: https://github.com/apache/storm/pull/2433 @HeartSaVioR @revans2 I have merged in master branch and fix the conflicts, but i'm not very familiar with the authorization thing. So could you please help to make some contribution ?