Ethanlm commented on a change in pull request #3366: URL: https://github.com/apache/storm/pull/3366#discussion_r667223851
########## File path: storm-client/src/jvm/org/apache/storm/daemon/supervisor/ClientSupervisorUtils.java ########## @@ -61,10 +61,15 @@ static boolean doRequiredTopoFilesExist(Map<String, Object> conf, String stormId } public static int processLauncherAndWait(Map<String, Object> conf, String user, List<String> args, - final Map<String, String> environment, final String logPreFix) + final Map<String, String> environment, final String logPreFix) throws IOException { Review comment: I think it prevents the variable to be changed inside the method. Don't think it is very important so just left it as it is -- 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. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org