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

    https://github.com/apache/storm/pull/1724#discussion_r82634841
  
    --- Diff: 
storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorUtils.java ---
    @@ -104,6 +104,16 @@ public static void setupStormCodeDir(Map<String, 
Object> conf, Map<String, Objec
             }
         }
     
    +    public static void setupWorkerArtifactsDir(Map<String, Object> conf, 
Map<String, Object> stormConf, String dir) throws IOException {
    +        if 
(Utils.getBoolean(conf.get(Config.SUPERVISOR_RUN_WORKER_AS_USER), false)) {
    +            String logPrefix = "setup conf for " + dir;
    --- End diff --
    
    No idea. I copied this over from setupStormCodeDir so they would look 
similar in the logs.
    Can change both to actually make sense.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to