You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Kannan Muthukkaruppan (JIRA)" <ji...@apache.org> on 2010/04/07 20:56:33 UTC

[jira] Commented: (HBASE-2392) upgrade to ZooKeeper 3.3.0

    [ https://issues.apache.org/jira/browse/HBASE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854644#action_12854644 ] 

Kannan Muthukkaruppan commented on HBASE-2392:
----------------------------------------------

@Andrew: 

With the above parameters removed from hbase-default.xml, I get the following error during ZK startup:

{code}
java.lang.IllegalArgumentException: initLimit is not set
at org.apache.zookeeper.server.quorum.QuorumPeerConfig.parseProperties(QuorumPeerConfig.java:246)
at org.apache.hadoop.hbase.zookeeper.HQuorumPeer.main(HQuorumPeer.java:76)
{code}

> upgrade to ZooKeeper 3.3.0
> --------------------------
>
>                 Key: HBASE-2392
>                 URL: https://issues.apache.org/jira/browse/HBASE-2392
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2392.patch, HBASE-2392.patch
>
>
> See http://hadoop.apache.org/zookeeper/docs/r3.3.0/releasenotes.html
> Key features of the 3.3.0 release:
> * observers - non-voting members of the ensemble, scale reads  http://bit.ly/9wPnpq
> * distributed queue recipe implementation (c/java)
> * additional 4letterword/jmx features to support operations
> Changes in contrib:
> * zookeeper-tree: export/import znode namespace
> * zooinspector: gui browser for znode namespace
> * bookkeeper client rewrite, use of netty
> This change can't be done on the 0.20 branch. From the release notes:
> {quote}
> Note: a new feature was added to the version 3.3 client which breaks backward compatibility, at the wire protocol level, between version 3.3 clients and prior versions of the server (server versions prior to 3.3).
> {quote}

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