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_r400992849
 
 

 ##########
 File path: storm-server/src/test/java/org/apache/storm/TestCgroups.java
 ##########
 @@ -43,6 +45,16 @@
     public void testSetupAndTearDown() throws IOException {
         Config config = new Config();
         config.putAll(Utils.readDefaultConfig());
+
+        Map numaNode = new HashMap();
 
 Review comment:
   Should be `Map<String, Object>`,  `HashMap<>`

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

Reply via email to