[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-19 Thread revans2
Github user revans2 closed the pull request at: https://github.com/apache/storm/pull/2630 ---

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-11 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180801771 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/ResourceAwareScheduler.java --- @@ -100,49 +180,88 @@ private static void

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-11 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180805730 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/DefaultResourceAwareStrategy.java --- @@ -65,6 +65,9 @@

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-11 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180804408 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/ResourceAwareScheduler.java --- @@ -100,49 +180,88 @@ private static void

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-11 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180805036 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/BaseResourceAwareStrategy.java --- @@ -49,20 +49,30 @@

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-11 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180803721 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/ResourceAwareScheduler.java --- @@ -60,15 +122,33 @@ public void

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-10 Thread Ethanlm
Github user Ethanlm commented on a diff in the pull request: https://github.com/apache/storm/pull/2630#discussion_r180615319 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/ResourceAwareScheduler.java --- @@ -100,49 +180,88 @@ private static void

[GitHub] storm pull request #2630: STORM-3024: Allow for scheduling to happen in the ...

2018-04-10 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2630 STORM-3024: Allow for scheduling to happen in the background. You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm