[ 
https://issues.apache.org/jira/browse/STORM-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boyang Jerry Peng updated STORM-1450:
-------------------------------------
    Description: 
Bug fixes:

Minor bug in displaying the assigned resources for a supervisor on the UI
this line:
_ (reset! (:node-id->resources nimbus) (.getSupervisorsResourcesMap cluster))

needs to be

_ (reset! (:node-id->resources nimbus) (merge (deref (:node-id->resources 
nimbus)) (.getSupervisorsResourcesMap cluster)))




> Fix bugs and refactor code in ResourceAwareScheduler
> ----------------------------------------------------
>
>                 Key: STORM-1450
>                 URL: https://issues.apache.org/jira/browse/STORM-1450
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Boyang Jerry Peng
>            Assignee: Boyang Jerry Peng
>            Priority: Minor
>
> Bug fixes:
> Minor bug in displaying the assigned resources for a supervisor on the UI
> this line:
> _ (reset! (:node-id->resources nimbus) (.getSupervisorsResourcesMap cluster))
> needs to be
> _ (reset! (:node-id->resources nimbus) (merge (deref (:node-id->resources 
> nimbus)) (.getSupervisorsResourcesMap cluster)))



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to