You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/08/05 06:38:35 UTC

git commit: Update POM and CHANGES.txt for 0.98.5

Repository: hbase
Updated Branches:
  refs/heads/0.98 74c716925 -> 69d82e6e2


Update POM and CHANGES.txt for 0.98.5


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

Branch: refs/heads/0.98
Commit: 69d82e6e230e7f363eca9780011d6b6d05650556
Parents: 74c7169
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Aug 4 21:38:06 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Aug 4 21:38:06 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt                  | 51 +++++++++++++++++++++++++++++++++++++++
 hbase-assembly/pom.xml       |  2 +-
 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-server/pom.xml         |  2 +-
 hbase-shell/pom.xml          |  2 +-
 hbase-testing-util/pom.xml   |  2 +-
 hbase-thrift/pom.xml         |  2 +-
 pom.xml                      |  2 +-
 16 files changed, 66 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5fc5e02..b01b77a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,56 @@
 HBase Change Log
 
+Release 0.98.5 - 8/11/2014
+
+** Sub-task
+    * [HBASE-11318] - Classes in security subpackages missing @InterfaceAudience annotations.
+    * [HBASE-11384] - [Visibility Controller]Check for users covering authorizations for every mutation
+    * [HBASE-11559] - Add dumping of DATA block usage to the BlockCache JSON report.
+    * [HBASE-11651] - Add conf which disables MetaMigrationConvertingToPB check (for experts only)
+
+** Bug
+    * [HBASE-11064] - Odd behaviors of TableName for empty namespace
+    * [HBASE-11360] - SnapshotFileCache causes too many cache refreshes
+    * [HBASE-11388] - The order parameter is wrong when invoking the constructor of the ReplicationPeer In the method "getPeer" of the class ReplicationPeersZKImpl
+    * [HBASE-11518] - doc update for how to create non-shared HConnection
+    * [HBASE-11534] - Remove broken JAVA_HOME autodetection in hbase-config.sh
+    * [HBASE-11537] - Avoid synchronization on instances of ConcurrentMap
+    * [HBASE-11541] - Wrong result when scaning meta with startRow
+    * [HBASE-11545] - mapred.TableSnapshotInputFormat is missing InterfaceAudience annotation
+    * [HBASE-11551] - BucketCache$WriterThread.run() doesn't handle exceptions correctly
+    * [HBASE-11554] - Remove Reusable poolmap Rpc client type.
+    * [HBASE-11555] - TableSnapshotRegionSplit should be public
+    * [HBASE-11558] - Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+
+    * [HBASE-11561] - deprecate ImmutableBytesWritable.getSize and replace with getLength
+    * [HBASE-11565] - Stale connection could stay for a while
+    * [HBASE-11579] - CopyTable should check endtime value only if != 0
+    * [HBASE-11586] - HFile's HDFS op latency sampling code is not used
+    * [HBASE-11588] - RegionServerMetricsWrapperRunnable misused the 'period' parameter
+    * [HBASE-11594] - Unhandled NoNodeException in distributed log replay mode 
+    * [HBASE-11609] - LoadIncrementalHFiles fails if the namespace is specified
+    * [HBASE-11620] - Record the class name of Writer in WAL header so that only proper Reader can open the WAL file
+    * [HBASE-11632] - Region split needs to clear force split flag at the end of SplitRequest run
+    * [HBASE-11654] - WAL Splitting dirs are not deleted after replay.
+    * [HBASE-11662] - Launching shell with long-form --debug fails
+    * [HBASE-11668] - Re-add HBASE_LIBRARY_PATH to bin/hbase
+
+** Improvement
+    * [HBASE-2217] - VM OPTS for shell only
+    * [HBASE-3270] - When we create the .version file, we should create it in a tmp location and then move it into place
+    * [HBASE-7910] - Dont use reflection for security
+    * [HBASE-11480] - ClientScanner might not close the HConnection created in construction
+    * [HBASE-11516] - Track time spent in executing coprocessors in each region.
+    * [HBASE-11557] - Counter.class should always be added as dependencyJar
+    * [HBASE-11566] - make ExportSnapshot extendable by removing 'final' 
+    * [HBASE-11583] - Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests.
+    * [HBASE-11623] - mutateRowsWithLocks might require updatesLock.readLock with waitTime=0
+    * [HBASE-11649] - Add shortcut commands to bin/hbase for test tools
+    * [HBASE-11650] - Write hbase.id to a temporary location and move into place
+
+** Task
+    * [HBASE-11621] - Make MiniDFSCluster run faster
+
+
 Release 0.98.4 - 7/21/2014
 
 ** Sub-task

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index b12490d..267e210 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 8e7eef7..77c32fe 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index ab3abb8..86ac1c2 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 9edda79..1872203 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 39d2f54..4528a49 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.5-SNAPSHOT</version>
+        <version>0.98.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml
index 16aafa5..d847804 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 7d921cf..cc7566d 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index b3fe604..2b89b2f 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-prefix-tree/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index b523f50..3c598b8 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 598590c..7e3112c 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.5-SNAPSHOT</version>
+        <version>0.98.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 629dfa5..6e2c994 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 9a787c8..02fc1d7 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 9fb8c51..7a9a60c 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.5-SNAPSHOT</version>
+        <version>0.98.5</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index e4f97e3..35e3fab 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.5-SNAPSHOT</version>
+    <version>0.98.5</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/69d82e6e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 06e8312..0a8e5d6 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.5-SNAPSHOT</version>
+  <version>0.98.5</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need