Ethanlm commented on a change in pull request #3237: STORM-3259: Adds NUMA
awareness to enable worker pinning
URL: https://github.com/apache/storm/pull/3237#discussion_r405004649
##########
File path:
storm-server/src/main/java/org/apache/storm/container/cgroup/CgroupManager.java
##########
@@ -102,6 +109,8 @@ public void prepare(Map<String, Object> conf) throws
IOException {
throw new RuntimeException("Cgroup error, please check
/proc/cgroups");
}
this.prepareSubSystem(this.conf);
+ validatedNumaMap = Utils.getNumaMap(conf);
Review comment:
Is this used anywhere?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services