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

    https://github.com/apache/stratos/pull/479#discussion_r41901843
  
    --- Diff: 
components/org.apache.stratos.manager.console/console/controllers/login/login.jag
 ---
    @@ -27,8 +27,8 @@ var log = new Log("controller.login"),
             offset = conf. *::['Ports']. *::['Offset'].text(),
             hostName = conf. *::['HostName'].text().toString(),
             conf = carbon.server.loadConfig('thrift-client-config.xml'),
    -        dasConfig = conf. *::['config'].(name == "das"),
    -        dasStatsPublisherEnabled = dasConfig.statsPublisherEnabled.text();
    +        dasConfig = conf. *::['config']. *::['das'],
    +        dasStatsPublisherEnabled = 
dasConfig.node[0].statsPublisherEnabled.text();
    --- End diff --
    
    Why do we only check the 1st DAS node for stats publisher enabled flag?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to