[ 
https://issues.apache.org/jira/browse/STORM-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989779#comment-14989779
 ] 

ASF GitHub Bot commented on STORM-1165:
---------------------------------------

GitHub user jerrypeng opened a pull request:

    https://github.com/apache/storm/pull/856

    [STORM-1165] - normalize the scales of CPU/Mem/Net when choosing the best 
node for Resource Aware Scheduler

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jerrypeng/storm STORM-1165

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/856.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #856
    
----
commit 780a472ad2dc4e838b86f65f0c40eb9443046038
Author: Boyang Jerry Peng <[email protected]>
Date:   2015-11-03T23:13:08Z

    [YSTORM-1433] - normalize the scales of CPU/Mem/Net when choosing the best 
node

commit e638d9a20fac44844f59ee911d3d15bc726d0f5d
Author: Boyang Jerry Peng <[email protected]>
Date:   2015-11-04T15:57:59Z

    add a +1 in the denominator to deal with the case if available resources is 
zero

----


> normalize the scales of CPU/Mem/Net when choosing the best node for Resource 
> Aware Scheduler
> --------------------------------------------------------------------------------------------
>
>                 Key: STORM-1165
>                 URL: https://issues.apache.org/jira/browse/STORM-1165
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Boyang Jerry Peng
>            Assignee: Boyang Jerry Peng
>
> 1. Describe observed behavior.
> Memory has a default capacity of 2000.0, CPU has 400.0, network has a 
> distance value of either 1 or 2 (different rack); and the weights of them are 
> the same (1). 
> As a result, when choosing the best node for scheduling, the network plays a 
> minimal role in the calculation of the geometric square of the three 
> dimensions.
> 2. What is the expected behavior?
> Three resources place comparable roles in the node choosing algorithm.
> 3. Outline the steps to reproduce the problem.
> Need to assign appropriate or normalized scales to balance among the three 
> dimensions.



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

Reply via email to