[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-05-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2647 ---

[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-05-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2647#discussion_r186756808 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java --- @@ -763,6 +773,7 @@ public void setAssignments(

[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-05-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2647#discussion_r186754134 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java --- @@ -48,6 +49,9 @@ public class Cluster implements

[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-05-08 Thread danny0405
Github user danny0405 commented on a diff in the pull request: https://github.com/apache/storm/pull/2647#discussion_r186665919 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java --- @@ -763,6 +773,7 @@ public void setAssignments(

[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-05-08 Thread danny0405
Github user danny0405 commented on a diff in the pull request: https://github.com/apache/storm/pull/2647#discussion_r186665266 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java --- @@ -48,6 +49,9 @@ public class Cluster implements

[GitHub] storm pull request #2647: STORM-3040: Improve scheduler performance

2018-04-26 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2647 STORM-3040: Improve scheduler performance There are a lot of different scheduler improvements. Mostly these are either caching, storing data in multiple ways so we can look it up quickly, and