You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/04/13 20:54:40 UTC

[GitHub] [storm] kishorvpatil commented on a change in pull request #3237: STORM-3259: Adds NUMA awareness to enable worker pinning

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

 ##########
 File path: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Container.java
 ##########
 @@ -37,6 +37,7 @@
 import java.util.Set;
 import org.apache.commons.lang.StringUtils;
 import org.apache.storm.Config;
+import org.apache.storm.Constants;
 
 Review comment:
   remove unused import

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services