[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2345 ---

[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-10-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2345#discussion_r143575205 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Slot.java --- @@ -104,9 +111,12 @@ this.port = port;

[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-10-09 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2345#discussion_r143559023 --- Diff: storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java --- @@ -0,0 +1,220 @@ +/** + * Licensed to the Apache

[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-10-09 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2345#discussion_r143501314 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Slot.java --- @@ -263,7 +314,41 @@ public String toString() {

[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-10-09 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2345#discussion_r143499778 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Slot.java --- @@ -104,9 +111,12 @@ this.port = port;

[GitHub] storm pull request #2345: STORM-2438: added in rebalance changes to support ...

2017-09-26 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2345 STORM-2438: added in rebalance changes to support RAS This is based off #2339 (which is in the first commit). If people want to review it all together I am fine with closing the other one.