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

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

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

    https://github.com/apache/storm/pull/1053#discussion_r51145929
  
    --- Diff: storm-core/test/jvm/org/apache/storm/TestCGroup.java ---
    @@ -0,0 +1,94 @@
    +package org.apache.storm;
    +
    +import org.junit.Assert;
    +import org.junit.Assume;
    +import org.apache.storm.container.cgroup.CgroupManager;
    +import org.apache.storm.utils.Utils;
    +import org.junit.Test;
    +
    +import java.io.File;
    +import java.io.IOException;
    +import java.nio.file.Files;
    +import java.nio.file.Paths;
    +import java.util.HashMap;
    +import java.util.Map;
    +import java.util.UUID;
    +
    +/**
    + * Created by jerrypeng on 1/19/16.
    + */
    +public class TestCGroup {
    --- End diff --
    
    Needs real javadocs or remove the comment.


> Evalute/Port JStorm cgroup support
> ----------------------------------
>
>                 Key: STORM-1336
>                 URL: https://issues.apache.org/jira/browse/STORM-1336
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Boyang Jerry Peng
>              Labels: jstorm-merger
>
> Supports controlling the upper limit of CPU core usage for a worker using 
> cgroups
> Sounds like a good start, will be nice to integrate it with RAS requests too.



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

Reply via email to