[ https://issues.apache.org/jira/browse/HBASE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800996#action_12800996 ]
stack commented on HBASE-2133: ------------------------------ 100 may be a bit much. I thought we'd set this up once before already but I just looked at TRUNK and its 10. 25? Default in datanode is 3 or something. That should go up too. > Increase default number of client handlers > ------------------------------------------ > > Key: HBASE-2133 > URL: https://issues.apache.org/jira/browse/HBASE-2133 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.20.3, 0.21.0 > > > Any reason not to just go ahead and change hbase-default.xml to include: > {noformat} > <property> > <name>hbase.regionserver.handler.count</name> > <value>100</value> > </property> > <property> > <name>hbase.zookeeper.property.maxClientCnxns</name> > <value>100</value> > </property> > {noformat} > ? > The current default for both, 10, is anemic. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.