kishorvpatil commented on issue #3147: [STORM-3526]: Always override Login Config from System Property URL: https://github.com/apache/storm/pull/3147#issuecomment-543956006 @Ethanlm , The _Utils.readStormConfig_ is used by _ConfigUtils.readStormConfig_ in variably. The _Utils.readStormConfig_ is used at many other places, while _ConfigUtils.readStormConfig_ is used by daemons. Many a times, daemons should be able to read system property passed as argument to JVM to override default config file setting for login config. The daemons need to stick to single configuration defined in the yaml file. You may have more than one daemon running using their individual jvm arguments ( system. properties) to customize login config. Without this change, we can not override the login config using jvm argument.
---------------------------------------------------------------- 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
