GitHub user zhuoliu opened a pull request:

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

    [STORM-1093] Launching Workers with resources specified in resource-aware 
schedulers

    This request provides a set of schemes that allow nimbus to put different 
types of resources to each worker slot, then push the resources within 
assignment to ZooKeepers; also, at the supervisor side, such resources in each 
worker slot should be used by supervisor for launching a worker's JVM 
(initially, the JVM heap size, this can also be called by CGroup or Docker for 
resource segregation).
    Such scheme can be used not only by RAS scheduler (STORM-893), but also by 
any customized scheduler for conducting mem/cpu resource aware scheduling.

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

    $ git pull https://github.com/zhuoliu/storm 1093a

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

    https://github.com/apache/storm/pull/790.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 #790
    
----
commit 066fd7aa89a7f50a1f5794a14a68312b5996a112
Author: zhuol <[email protected]>
Date:   2015-10-07T21:08:36Z

    Add resource setting API in WorkerSlot

commit 8b327c9ed84ec2b29ad7c807f04b9928f6d25cbc
Author: Kishor Patil <[email protected]>
Date:   2015-08-21T16:37:19Z

    Merge pull request #509 from zhuol/1779
    
    [YSTORM-1779] Send/receive resource information from nimbus to supervisor 
for RAS

commit ca8bb24dbffd806ed41e27976552e197608d6627
Author: zhuol <[email protected]>
Date:   2015-10-07T21:48:33Z

    Remove generated files

commit 715e64ba05bd691555d53d12c0daa851868fea03
Author: Derek Dagit <[email protected]>
Date:   2015-08-31T16:55:36Z

    Cherry-pick YSTORM-1546

commit 3a045bf0f5077df155a00dc11ad859e6b9d6578d
Author: Zhuo Liu <[email protected]>
Date:   2015-09-16T22:02:42Z

    Cherry-pick YSTORM-2146

commit 545df27ddd79d2a1175749887c1681abfbd74635
Author: zhuol <[email protected]>
Date:   2015-10-08T15:50:27Z

    Minor Fix of the import

commit a684962022ad228397f86c09cb266a56afb75a59
Author: zhuol <[email protected]>
Date:   2015-10-08T21:19:49Z

    Push Thrift file changes

----


---
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