You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by wurstmeister <gi...@git.apache.org> on 2014/10/04 19:10:02 UTC

[GitHub] storm pull request: STORM-213: fixed NullPointerException

Github user wurstmeister commented on the pull request:

    https://github.com/apache/storm/pull/207#issuecomment-57912008
  
    As far as I can tell this is just a static environment dump and does not mean that we start a new zookeeper server, see ([ZooKeeperServer] (https://svn.apache.org/repos/asf/zookeeper/tags/release-3.4.5/src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java)) 
    
    ```
    static {
            LOG = LoggerFactory.getLogger(ZooKeeperServer.class);        
            Environment.logEnv("Server environment:", LOG);
    }
    ```


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