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:
parent
770b745807
commit
dedc82a653
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue