Repository: hbase
Updated Branches:
  refs/heads/master ad78a9cfd -> 7a2527da4


Revert "HBASE-11440 Make KeyValueCodecWithTags as the default codec for 
replication in trunk"

This reverts commit 1d65d5dfa61c3a7c5767e8ce01552bcf16303f8b.


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

Branch: refs/heads/master
Commit: 7a2527da4b1a654cd8dabedb9475c7173237b1f6
Parents: ad78a9c
Author: Andrew Purtell <[email protected]>
Authored: Tue Jul 1 17:52:11 2014 -0700
Committer: Andrew Purtell <[email protected]>
Committed: Tue Jul 1 17:52:11 2014 -0700

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7a2527da/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 a31e53d..70d20a7 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -716,8 +716,7 @@ possible configurations would overwhelm and obscure the 
important.
       <value>3</value>
       <description>The HFile format version to use for new files.
       Version 3 adds support for tags in hfiles (See 
http://hbase.apache.org/book.html#hbase.tags).
-      Distributed Log Replay requires that tags are enabled. Also see the 
configuration
-      'hbase.replication.rpc.codec'. 
+      Distributed Log Replay requires that tags are enabled.
       </description>
   </property>
   <property>
@@ -1271,17 +1270,6 @@ possible configurations would overwhelm and obscure the 
important.
       ThreadPool.
     </description>
   </property>
-  <property>
-       <name>hbase.replication.rpc.codec</name>
-       <value>org.apache.hadoop.hbase.codec.KeyValueCodecWithTags</value>
-       <description>
-               The codec that is to be used when replication is enabled so that
-               the tags are also replicated. This is used along with HFileV3 
which 
-               supports tags in them.  If tags are not used or if the hfile 
version used
-               is HFileV2 then KeyValueCodec can be used as the replication 
codec. Note that
-               using KeyValueCodecWithTags for replication when there are no 
tags causes no harm.
-       </description>
-  </property>
   <!-- Static Web User Filter properties. -->
   <property>
     <description>

Reply via email to