[ https://issues.apache.org/jira/browse/STORM-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134989#comment-15134989 ]
ASF GitHub Bot commented on STORM-1336: --------------------------------------- Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/1053#discussion_r52072424 --- Diff: storm-core/src/jvm/org/apache/storm/Config.java --- @@ -2155,6 +2156,63 @@ @isString public static final Object CLIENT_JAR_TRANSFORMER = "client.jartransformer.class"; + + @isImplementationOfClass(implementsClass = ResourceIsolationInterface.class) + public static final Object STORM_RESOURCE_ISOLATION_PLUGIN = "storm.resource.isolation.plugin"; --- End diff -- It would be helpful to have a javadoc comment for this config. > 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)