You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/05/11 02:29:32 UTC

svn commit: r1101693 - /hbase/trunk/src/main/resources/hbase-default.xml

Author: stack
Date: Wed May 11 00:29:32 2011
New Revision: 1101693

URL: http://svn.apache.org/viewvc?rev=1101693&view=rev
Log:
Add some clarification to session timeout for zookeeper

Modified:
    hbase/trunk/src/main/resources/hbase-default.xml

Modified: hbase/trunk/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/main/resources/hbase-default.xml?rev=1101693&r1=1101692&r2=1101693&view=diff
==============================================================================
--- hbase/trunk/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/src/main/resources/hbase-default.xml Wed May 11 00:29:32 2011
@@ -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>