You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/12/08 19:54:44 UTC

[jira] Updated: (ZOOKEEPER-234) Eliminate using statics to initialize the sever. Should allow server to be more embeddable in OSGi enviorments.

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-234:
-----------------------------------

      Component/s: server
    Fix Version/s: 3.1.0
         Assignee:     (was: Patrick Hunt)

I like this, I'd like to see it in 3.1.0, if someone can submit a patch that would help to ensure it's in 3.1.0.


> Eliminate using statics to initialize the sever.  Should allow server to be more embeddable in OSGi enviorments.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-234
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-234
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: server
>            Reporter: Hiram Chirino
>             Fix For: 3.1.0
>
>
> Patrick request I open up this in issue in this [email thread|http://n2.nabble.com/ActiveMQ-is-now-using-ZooKeeper-td1573272.html]
> The main culprit I've noticed is:
> {code}
>         ServerStats.registerAsConcrete();
> {code}
> But there may be others.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.