[jira] [Created] (HBASE-27016) when “zookeeper.session.timeout” is set to a negative number, HMaster cannot stop normally

2022-05-09 Thread Jingxuan Fu (Jira)
Jingxuan Fu created HBASE-27016: --- Summary: when “zookeeper.session.timeout” is set to a negative number, HMaster cannot stop normally Key: HBASE-27016 URL: https://issues.apache.org/jira/browse/HBASE-27016

[jira] [Created] (HBASE-17807) correct the value of zookeeper.session.timeout in hbase doc

2017-03-20 Thread Yechao Chen (JIRA)
Yechao Chen created HBASE-17807: --- Summary: correct the value of zookeeper.session.timeout in hbase doc Key: HBASE-17807 URL: https://issues.apache.org/jira/browse/HBASE-17807 Project: HBase

Re: Edit for your book Lars. WAS -- Re: A question about zookeeper.session.timeout

2011-07-15 Thread Lars George
@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Tuesday, July 12, 2011 8:56 PM To: dev@hbase.apache.org Subject: Edit for your book Lars. WAS -- Re: A question about zookeeper.session.timeout On Tue, Jul 12, 2011 at 8:50 PM, Gaojinchao gaojinc...@huawei.com wrote

A question about zookeeper.session.timeout

2011-07-12 Thread Gaojinchao
In hbase book, It recommends the zookeeper.session.timeout is default 60s. but, the default value is configured for 18000 in Hbase-default.xml. Should we modify the Hbase-default.xml or book ? Hbase Book: 13.6.2.6. ZooKeeper SessionExpired events If you wish to increase the session timeout

zookeeper.session.timeout

2011-03-24 Thread Ted Yu
Hi, In our QA environment, we use hbase 0.90.1 I see the following in zookeeper log: 2011-03-24 05:43:36,002 INFO org.apache.zookeeper.server.ZooKeeperServer: Expiring session 0x12ee75190d70078, timeout of 9ms exceeded However, We have: property namezookeeper.session.timeout/name

Re: zookeeper.session.timeout

2011-03-24 Thread Sean Sechrist
Hi Ted, What is your maxSessionTimeout in zoo.cfg? If a client tries to request a session timeout higher than that, zookeeper won't let it. -Sean On Thu, Mar 24, 2011 at 1:31 PM, Ted Yu yuzhih...@gmail.com wrote: Hi, In our QA environment, we use hbase 0.90.1 I see the following in

Re: zookeeper.session.timeout

2011-03-24 Thread Jean-Daniel Cryans
The client and the server will negotiate a timeout, and it's logged when the connection happens. Make sure that both the server and the client are configured to go as high as 49. J-D On Thu, Mar 24, 2011 at 10:31 AM, Ted Yu yuzhih...@gmail.com wrote: Hi, In our QA environment, we use hbase

Re: zookeeper.session.timeout

2011-03-24 Thread Ted Yu
We let hbase manage zookeeper - there is no zoo.cfg Thanks On Thu, Mar 24, 2011 at 10:38 AM, Sean Sechrist ssechr...@gmail.com wrote: Hi Ted, What is your maxSessionTimeout in zoo.cfg? If a client tries to request a session timeout higher than that, zookeeper won't let it. -Sean On

zookeeper.session.timeout

2011-01-18 Thread Ted Yu
Hi, In hbase 0.20.6, I see the following in description for zookeeper.session.timeout: The current implementation requires that the timeout be a minimum of 2 times the tickTime (as set in the server configuration) and a maximum of 20 times the tickTime. Set the zk ticktime

Re: zookeeper.session.timeout

2011-01-18 Thread Ryan Rawson
no it does not, zookeeper fixed that. -ryan On Tue, Jan 18, 2011 at 3:29 PM, Ted Yu yuzhih...@gmail.com wrote: Hi, In hbase 0.20.6, I see the following in description for zookeeper.session.timeout: The current implementation      requires that the timeout be a minimum of 2 times