[ https://issues.apache.org/jira/browse/HBASE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Purtell resolved HBASE-2431. ----------------------------------- Resolution: Fixed Fix Version/s: 0.20.4 Assignee: Andrew Purtell (was: stack) Committed to trunk and branch. > ZK settings for initLimit/syncLimit shouldn't have been removed from > hbase-default.xml > -------------------------------------------------------------------------------------- > > Key: HBASE-2431 > URL: https://issues.apache.org/jira/browse/HBASE-2431 > Project: Hadoop HBase > Issue Type: Bug > Reporter: Kannan Muthukkaruppan > Assignee: Andrew Purtell > Fix For: 0.20.4, 0.20.5 > > > The initLimit/syncLimit ZK settings were removed from hbase-default.xml as > part of HBASE-2392 (upgrade to ZK 3.3). > But these settings are needed. Without them, if you try to start a ZK quorum > of more than 1 server, you'll get the following error: > {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} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.