Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/1528
  
    @arunmahadevan 
    This works perfectly.
    
    - Writing new assignment
    ```
    6700 {:storm-id "test-topology2-4-1467185073", :executors ([7 7] [4 4] [1 
1]), :resources [0.0 0.0 0.0]}, 
    6702 {:storm-id "test-topology2-4-1467185073", :executors ([6 6] [3 3]), 
:resources [0.0 0.0 0.0]}, 
    6701 {:storm-id "test-topology2-4-1467185073", :executors ([5 5] [2 2]), 
:resources [0.0 0.0 0.0]}
    ```
    
    - Assigned executors:
    ```
    {6700 {:storm-id "test-topology2-4-1467185073", :executors [[7 7] [4 4] [1 
1]], :resources #object[org.apache.storm.generated.WorkerResources 0x6dabc02d 
"WorkerResources(mem_on_heap:0.0, mem_off_heap:0.0, cpu:0.0)"]}, 
    6701 {:storm-id "test-topology2-4-1467185073", :executors [[5 5] [2 2]], 
:resources #object[org.apache.storm.generated.WorkerResources 0x6de46954 
"WorkerResources(mem_on_heap:0.0, mem_off_heap:0.0, cpu:0.0)"]}, 
    6702 {:storm-id "test-topology2-4-1467185073", :executors [[6 6] [3 3]], 
:resources #object[org.apache.storm.generated.WorkerResources 0x60f1fbb5 
"WorkerResources(mem_on_heap:0.0, mem_off_heap:0.0, cpu:0.0)"]}}
    ```
    
    - Allocated:
    ```
    "612eeee0-0ddc-4820-9062-c79276d56cf2" [:disallowed {:time-secs 1467209575, 
:storm-id "test-topology2-4-1467185073", :executors [[2 2] [6 6] [-1 -1] [4 
4]], :port 6702}], 
    "9751163a-f7b8-46a5-9b9c-bcd1fd1446cd" [:disallowed {:time-secs 1467209574, 
:storm-id "test-topology2-4-1467185073", :executors [[7 7] [3 3] [1 1] [-1 -1] 
[5 5]], :port 6701}]
    ```
    
    Now three workers are running.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to