Add some clarification to session timeout for zookeeper

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1101693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-05-11 00:29:32 +00:00
parent 770b745807
commit dedc82a653
1 changed files with 3 additions and 3 deletions

View File

@ -510,10 +510,10 @@
<value>180000</value>
<description>ZooKeeper session timeout.
HBase passes this to the zk quorum as suggested maximum time for a
session. See http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#ch_zkSessions
session (This setting becomes zookeeper's 'maxSessionTimeout'). See
http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#ch_zkSessions
"The client sends a requested timeout, the server responds with the
timeout that it can give the client. "
In milliseconds.
timeout that it can give the client. " In milliseconds.
</description>
</property>
<property>