Repository: hbase
Updated Branches:
  refs/heads/master 963bd07f6 -> 7c87f9c6b


HBASE-12241 The crash of regionServer when taking deadserver's replication 
queue breaks replication (Shaohui)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7c87f9c6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7c87f9c6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7c87f9c6

Branch: refs/heads/master
Commit: 7c87f9c6b58d628d453d3a74ddda18106543cdbf
Parents: 963bd07
Author: Ted Yu <[email protected]>
Authored: Thu Oct 16 21:38:18 2014 +0000
Committer: Ted Yu <[email protected]>
Committed: Thu Oct 16 21:38:18 2014 +0000

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7c87f9c6/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml 
b/hbase-common/src/main/resources/hbase-default.xml
index 174efac..90b2c0f 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -404,7 +404,7 @@ possible configurations would overwhelm and obscure the 
important.
   <!-- End of properties used to generate ZooKeeper host:port quorum list. -->
   <property>
     <name>hbase.zookeeper.useMulti</name>
-    <value>false</value>
+    <value>true</value>
     <description>Instructs HBase to make use of ZooKeeper's multi-update 
functionality.
     This allows certain ZooKeeper operations to complete more quickly and 
prevents some issues
     with rare Replication failure scenarios (see the release note of 
HBASE-2611 for an example).

Reply via email to