On Fri, Nov 13, 2009 at 10:01 PM, Zhenyu Zhong <[email protected]>wrote:
> > Now my system has a clean start. However, it seems that the > zookeeper.session.timeout value doesn't take into effect. I still found > around 60 seconds pauses from the disconnected regionserver. I really don't > know why regionserver only times out after 60 seconds instead of 10 minutes > which I set for zookeeper.session.timeout. > > Usually, its because your hbase-site.xml changes are not on the CLASSPATH when the process starts up. > Is there any other timeout value coming into play before the actual session > times out? > Not that I know of. You can grep the hbase-default.xml for 60. You could also just add a print out of value of session timeout to the hbase daemons just to make sure its reading the config. you expect. St.Ack
