shanthoosh commented on code in PR #1666:
URL: https://github.com/apache/samza/pull/1666#discussion_r1204499547


##########
samza-core/src/main/java/org/apache/samza/runtime/ApplicationRunnerUtil.java:
##########
@@ -40,6 +41,7 @@ public class ApplicationRunnerUtil {
    */
   public static ApplicationRunner invoke(Config originalConfig, 
ApplicationRunnerOperation op) {
     Config config = ConfigUtil.rewriteConfig(originalConfig);
+    ZkSystemEnvironmentSetter.setZkEnvironment(config);

Review Comment:
   Can we please log all the system properties used by the application runner 
during the startup phase, since System properties is used to  set the ZK 
properties. It will be helpful for debugging purposes. 



-- 
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: commits-unsubscr...@samza.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to