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 <[email protected]> wrote: > 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 90000ms exceeded > > However, We have: > <property> > <name>zookeeper.session.timeout</name> > <value>490000</value> > </property> > > I wonder where 90000 timeout came from. > No value in hbase-site.xml is 90000. > > Please comment. >
