You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/03/19 16:11:41 UTC

[GitHub] [storm] kishorvpatil commented on issue #3223: [STORM-3595] Refactor Resource Aware Strategies (Base, Generic, Default)

kishorvpatil commented on issue #3223: [STORM-3595] Refactor Resource Aware Strategies (Base, Generic, Default)
URL: https://github.com/apache/storm/pull/3223#issuecomment-601268973
 
 
   The end goal for this to ensure that `BaseResourceAwareStrategy` -> `GenericResourceAwareStrategy`-> `ConstraintSolverStrategy` where `wouldFit`, `sortingNodes` and `sortingExecutors` are extendable methods. So code is simplified in structure. The `DefaultResourceAwareStrategy` is nothing but `GenericResourceAwareStrategy` without special resources or affinity specified by topology.
   This patch is a good step towards simplified this goal.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services