Repository: hbase
Updated Branches:
  refs/heads/0.98 6c16f9445 -> 7139c90e3


Update POM and CHANGES.txt for 0.98.11


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

Branch: refs/heads/0.98
Commit: efb481697e4a1ec51128ff92a413120ecd379505
Parents: 6c16f94
Author: Andrew Purtell <apurt...@apache.org>
Authored: Mon Mar 2 17:17:37 2015 -0800
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Mon Mar 2 17:17:37 2015 -0800

----------------------------------------------------------------------
 CHANGES.txt                  | 76 +++++++++++++++++++++++++++++++++++++++
 hbase-annotations/pom.xml    |  2 +-
 hbase-assembly/pom.xml       |  2 +-
 hbase-checkstyle/pom.xml     |  4 +--
 hbase-client/pom.xml         |  2 +-
 hbase-common/pom.xml         |  2 +-
 hbase-examples/pom.xml       |  2 +-
 hbase-hadoop-compat/pom.xml  |  2 +-
 hbase-hadoop1-compat/pom.xml |  2 +-
 hbase-hadoop2-compat/pom.xml |  2 +-
 hbase-it/pom.xml             |  2 +-
 hbase-prefix-tree/pom.xml    |  2 +-
 hbase-protocol/pom.xml       |  2 +-
 hbase-rest/pom.xml           |  2 +-
 hbase-server/pom.xml         |  2 +-
 hbase-shell/pom.xml          |  2 +-
 hbase-testing-util/pom.xml   |  2 +-
 hbase-thrift/pom.xml         |  2 +-
 pom.xml                      |  2 +-
 19 files changed, 95 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 149728c..94f9528 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,81 @@
 HBase Change Log
 
+Release 0.98.11 - 3/9/2015
+
+** Sub-task
+    * [HBASE-12980] - Delete of a table may not clean all rows from hbase:meta
+    * [HBASE-13137] - [0.98] Backport HBASE-13057 - Provide client utility to 
easily enable and disable table replication
+
+** Bug
+    * [HBASE-7332] - [webui] HMaster webui should display the number of 
regions a table has.
+    * [HBASE-9910] - TestHFilePerformance and HFilePerformanceEvaluation 
should be merged in a single HFile performance test class.
+    * [HBASE-12070] - Add an option to hbck to fix ZK inconsistencies
+    * [HBASE-12102] - Duplicate keys in HBase.RegionServer metrics JSON
+    * [HBASE-12108] - HBaseConfiguration: set classloader before loading xml 
files
+    * [HBASE-12747] - IntegrationTestMTTR will OOME if launched with mvn verify
+    * [HBASE-12897] - Minimum memstore size is a percentage
+    * [HBASE-12914] - Mark public features that require HFilev3 Unstable in 
0.98, warn in upgrade section
+    * [HBASE-12948] - Calling Increment#addColumn on the same column multiple 
times produces wrong result 
+    * [HBASE-12958] - SSH doing hbase:meta get but hbase:meta not assigned
+    * [HBASE-12961] - Negative values in read and write region server metrics 
+    * [HBASE-12964] - Add the ability for hbase-daemon.sh to start in the 
foreground
+    * [HBASE-12976] - Set default value for 
hbase.client.scanner.max.result.size
+    * [HBASE-12989] - region_mover.rb unloadRegions method uses ArrayList 
concurrently resulting in errors
+    * [HBASE-12996] - Reversed field on Filter should be transient
+    * [HBASE-12998] - Compilation with Hdfs-2.7.0-SNAPSHOT is broken after 
HDFS-7647
+    * [HBASE-12999] - Make foreground_start return the correct exit code
+    * [HBASE-13001] - NullPointer in master logs for table.jsp
+    * [HBASE-13005] - TestDeleteTableHandler failing in 0.98 hadoop 1 builds
+    * [HBASE-13009] - HBase REST UI inaccessible
+    * [HBASE-13010] - HFileOutputFormat2 partitioner's path is hard-coded as 
'/tmp'
+    * [HBASE-13026] - Wrong error message in case incorrect snapshot name OR 
Incorrect table name
+    * [HBASE-13037] - LoadIncrementalHFile should try to verify the content of 
unmatched families
+    * [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of 
branches
+    * [HBASE-13047] - Add "HBase Configuration" link missing on the table 
details pages
+    * [HBASE-13048] - Use hbase.crypto.wal.algorithm in 
SecureProtobufLogReader while decrypting the data
+    * [HBASE-13049] - wal_roll ruby command doesn't work. 
+    * [HBASE-13050] - Hbase shell create_namespace command throws 
ArrayIndexOutOfBoundException for (invalid) empty text input.
+    * [HBASE-13055] - HRegion FIXED_OVERHEAD missed one boolean
+    * [HBASE-13065] - Increasing -Xmx when running TestDistributedLogSplitting
+    * [HBASE-13070] - Fix TestCacheOnWrite
+    * [HBASE-13072] - BucketCache.evictBlock returns true if block does not 
exist
+    * [HBASE-13085] - Security issue in the implementation of Rest gataway 
'doAs' proxy user support
+    * [HBASE-13104] - ZooKeeper session timeout cannot be changed for 
standalone HBase
+    * [HBASE-13111] - truncate_preserve command is failing with undefined 
method error
+    * [HBASE-13123] - Minor bug in ROW bloom filter
+    * [HBASE-13131] - ReplicationAdmin leaks connections if there's an error 
in the constructor
+    * [HBASE-13134] - mutateRow and checkAndMutate apis don't throw region 
level exceptions
+
+** Improvement
+    * [HBASE-8329] - Limit compaction speed
+    * [HBASE-12957] - region_mover#isSuccessfulScan may be extremely slow on 
region with lots of expired data
+    * [HBASE-12973] - RegionCoprocessorEnvironment should provide HRegionInfo 
directly
+    * [HBASE-12979] - Use setters instead of return values for handing back 
statistics from HRegion methods
+    * [HBASE-12997] - FSHLog should print pipeline on low replication
+    * [HBASE-13002] - Make encryption cipher configurable
+    * [HBASE-13008] - Better default for hbase.regionserver.regionSplitLimit 
parameter.
+    * [HBASE-13044] - Configuration option for disabling coprocessor loading
+    * [HBASE-13045] - Ensure MapReduce javadoc example works
+    * [HBASE-13054] - Provide more tracing information for locking/latching 
events.
+    * [HBASE-13056] - Refactor table.jsp code to remove repeated code and make 
it easier to add new checks
+    * [HBASE-13059] - Set executable bit for scripts in dev-support
+    * [HBASE-13080] - Hbase shell message containing extra quote at the end of 
error message.
+    * [HBASE-13086] - Show ZK root node on Master WebUI
+
+** New Feature
+    * [HBASE-9531] - a command line (hbase shell) interface to retreive the 
replication metrics and show replication lag
+    * [HBASE-12869] - Add a REST API implementation of the ClusterManager 
interface
+
+** Task
+    * [HBASE-12795] - Backport HBASE-12429 (Add port to ClusterManager's 
actions) to 0.98
+    * [HBASE-12995] - Document that HConnection#getTable methods do not check 
table existence since 0.98.1
+    * [HBASE-13000] - Backport HBASE-11240 (Print hdfs pipeline when hlog's 
sync is slow) to 0.98
+    * [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
+
+** Test
+    * [HBASE-13106] - Ensure endpoint-only table coprocessors can be 
dynamically loaded
+
+
 Release 0.98.10 - 2/5/2015
 
 ** Sub-task

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index 2b4c3a2..b5eb681 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 5b88405..5fcd596 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 66f883b..9a0536f 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,14 +24,14 @@
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.apache.hbase</groupId>
 <artifactId>hbase-checkstyle</artifactId>
-<version>0.98.11-SNAPSHOT</version>
+<version>0.98.11</version>
 <name>HBase - Checkstyle</name>
 <description>Module to hold Checkstyle properties for HBase.</description>
 
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index c3ca126..0f526b9 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 5ac9571..040cf4b 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 1f6a010..e1fc403 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index d615425..fbd174f 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.98.11-SNAPSHOT</version>
+        <version>0.98.11</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml
index 267b2fb..1df6200 100644
--- a/hbase-hadoop1-compat/pom.xml
+++ b/hbase-hadoop1-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index af2292d..31fffae 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 68c4b16..ba85b13 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-prefix-tree/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index dcf950c..e6bc02d 100644
--- a/hbase-prefix-tree/pom.xml
+++ b/hbase-prefix-tree/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 7933c5c..c70542b 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.98.11-SNAPSHOT</version>
+        <version>0.98.11</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index f28ecab..5103233 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index f8b7436..751462a 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index a02f249..ab3b2da 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 9f63c47..004f36a 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.98.11-SNAPSHOT</version>
+        <version>0.98.11</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 07409d9..9f2b52a 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.11-SNAPSHOT</version>
+    <version>0.98.11</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/efb48169/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fa388a3..14a8c45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>0.98.11-SNAPSHOT</version>
+  <version>0.98.11</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need

Reply via email to