Repository: hbase Updated Branches: refs/heads/branch-1 9debfcfaf -> 5b3f6fb1a
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/5b3f6fb1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5b3f6fb1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5b3f6fb1 Branch: refs/heads/branch-1 Commit: 5b3f6fb1a70133918f6b982b538b4a910aeb5633 Parents: 9debfcf Author: Ted Yu <[email protected]> Authored: Thu Oct 16 21:37:30 2014 +0000 Committer: Ted Yu <[email protected]> Committed: Thu Oct 16 21:37:30 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/5b3f6fb1/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 711c1b9..15a53dc 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -412,7 +412,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).
