Github user redsanket commented on a diff in the pull request:

    https://github.com/apache/storm/pull/921#discussion_r46716557
  
    --- Diff: 
examples/storm-starter/src/jvm/storm/starter/ResourceAwareExampleTopology.java 
---
    @@ -84,6 +84,12 @@ public static void main(String[] args) throws Exception {
          */
         conf.setTopologyWorkerMaxHeapSize(1024.0);
     
    +    // Set topology priority 0-30 with 0 being the highest priority and 30 
being the lowest priority.
    +    conf.setTopologyPriority(30);
    +
    +    //Set strategy to schedule topology. If not specified, default to 
backtype.storm.scheduler.resource.strategies.scheduling.DefaultResourceAwareStrategy
    --- End diff --
    
    minor, space comment


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to