Ethanlm opened a new pull request #3208: [STORM-3579] use the topo conf for thrift client in Worker code URL: https://github.com/apache/storm/pull/3208 Explained in the Jira: https://issues.apache.org/jira/browse/STORM-3579 The problem here (and other places as well) is it's not using the correct config (daemon conf vs topology conf). `worker.childopts` and `topology.worker.childopts` are JVM parameters used to launch workers. Users can supply their own `java.security.auth.login.config` to the worker. And it should be used for the thrift client used by the worker.
---------------------------------------------------------------- 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
