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 2015/10/12 19:19:16 UTC

[1/2] hbase git commit: Pick CHANGES.txt from 0.98.15 release ref to 0.98 branch

Repository: hbase
Updated Branches:
  refs/heads/0.98 e6517d837 -> 6ff9efad6


Pick CHANGES.txt from 0.98.15 release ref to 0.98 branch

The changes for release 0.98.15 were accidentally not pushed to the
Apache repository in a timely manner. They can be found at SHA 9dacab2
or tag '0.98.15RC0'. Historically CHANGES.txt at the head of 0.98
branch refect the state of the most recent release, so pick that
change.


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

Branch: refs/heads/0.98
Commit: f579177246a265da4fd472fde507c43fe25db8b8
Parents: e6517d8
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Oct 12 10:14:13 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Oct 12 10:14:13 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f5791772/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 178b1de..54dc8e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,57 @@
 HBase Change Log
 
+Release 0.98.15 - 10/9/2015
+
+** Sub-task
+    * [HBASE-12748] - RegionCoprocessorHost.execOperation creates too many iterator objects
+    * [HBASE-14147] - REST Support for Namespaces
+    * [HBASE-14428] - Upgrade our surefire-plugin from 2.18 to 2.18.1
+    * [HBASE-14513] - TestBucketCache runs obnoxious 1k threads in a unit test
+    * [HBASE-14539] - Slight improvement of StoreScanner.optimize
+
+** Bug
+    * [HBASE-13143] - TestCacheOnWrite is flaky and needs a diet
+    * [HBASE-13250] - chown of ExportSnapshot does not cover all path and files
+    * [HBASE-13324] - o.a.h.h.Coprocessor should be LimitedPrivate("Coprocessor")
+    * [HBASE-13744] - TestCorruptedRegionStoreFile is flaky
+    * [HBASE-13770] - Programmatic JAAS configuration option for secure zookeeper may be broken
+    * [HBASE-14207] - Region was hijacked and remained in transition when RS failed to open a region and later regionplan changed to new RS on retry
+    * [HBASE-14224] - Fix coprocessor handling of duplicate classes
+    * [HBASE-14229] - Flushing canceled by coprocessor still leads to memstoreSize set down
+    * [HBASE-14258] - Make region_mover.rb script case insensitive with regard to hostname
+    * [HBASE-14269] - FuzzyRowFilter omits certain rows when multiple fuzzy keys exist
+    * [HBASE-14307] - Incorrect use of positional read api in HFileBlock
+    * [HBASE-14315] - Save one call to KeyValueHeap.peek per row
+    * [HBASE-14327] - TestIOFencing#testFencingAroundCompactionAfterWALSync is flaky
+    * [HBASE-14354] - Minor improvements for usage of the mlock agent
+    * [HBASE-14359] - HTable#close will hang forever if unchecked error/exception thrown in AsyncProcess#sendMultiAction
+    * [HBASE-14364] - hlog_roll and compact_rs broken in shell
+    * [HBASE-14370] - Use separate thread for calling ZKPermissionWatcher#refreshNodes()
+    * [HBASE-14382] - TestInterfaceAudienceAnnotations should hadoop-compt module resources
+    * [HBASE-14400] - Fix HBase RPC protection documentation
+    * [HBASE-14407] - NotServingRegion: hbase region closed forever
+    * [HBASE-14434] - Merge of HBASE-7332 to 0.98 dropped a hunk
+    * [HBASE-14453] - HBaseAdmin#deleteTable should relocate META when cached location is stale
+    * [HBASE-14475] - Region split requests are always audited with "hbase" user rather than request user
+    * [HBASE-14489] - postScannerFilterRow consumes a lot of CPU
+    * [HBASE-14492] - Increase REST server header buffer size from 8k to 64k
+    * [HBASE-14494] - Wrong usage messages on shell commands
+    * [HBASE-14510] - Can not set coprocessor from Shell after HBASE-14224
+
+** Improvement
+    * [HBASE-14261] - Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections.
+    * [HBASE-14325] - Add snapshotinfo command to hbase script
+    * [HBASE-14371] - Backport the MasterKillingMonkeyFactory from HBASE-13470 to 0.98 
+
+** New Feature
+    * [HBASE-14459] - Add request and response sizes metrics
+
+** Task
+    * [HBASE-14308] - HTableDescriptor WARN is not actionable
+    * [HBASE-14403] - [0.98] Fix TestInterfaceAudienceAnnotations failures
+    * [HBASE-14404] - Backport HBASE-14098 (Allow dropping caches behind compactions) to 0.98
+
+
 Release 0.98.14 - 8/29/2015
 
 ** Sub-task


[2/2] hbase git commit: Update version on branch to 0.98.16-SNAPSHOT

Posted by ap...@apache.org.
Update version on branch to 0.98.16-SNAPSHOT


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

Branch: refs/heads/0.98
Commit: 6ff9efad695b8be32f6b5d6a59b09d97918c4140
Parents: f579177
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Oct 12 10:18:14 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Oct 12 10:18:14 2015 -0700

----------------------------------------------------------------------
 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-resource-bundle/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, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index 1891b6b..d611672 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index fe12dcb..2932070 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 53f03d4..9ec49aa 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.15-SNAPSHOT</version>
+<version>0.98.16-SNAPSHOT</version>
 <name>Apache HBase - Checkstyle</name>
 <description>Module to hold Checkstyle properties for HBase.</description>
 
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index afa7ccf..4a2e564 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 42dd959..c74ab6b 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 9e5cd47..791a5b7 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 3fb783e..c71694b 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.15-SNAPSHOT</version>
+        <version>0.98.16-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml
index 840bd17..8ef689b 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 17b9968..a254432 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 10a1502..a8c4833 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-prefix-tree/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index ef72fca..fb696b9 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 485e3dd..47b0b1f 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.15-SNAPSHOT</version>
+        <version>0.98.16-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-resource-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index 2fa95bf..741056a 100644
--- a/hbase-resource-bundle/pom.xml
+++ b/hbase-resource-bundle/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 396d4c4..7796bb6 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 37ca29f..9357611 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 9d8a632..6b2f350 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 424050d..73eb3ce 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.15-SNAPSHOT</version>
+        <version>0.98.16-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 13f6f2f..d31b98f 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.15-SNAPSHOT</version>
+    <version>0.98.16-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6ff9efad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 548e8a2..349b268 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.15-SNAPSHOT</version>
+  <version>0.98.16-SNAPSHOT</version>
   <name>Apache HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need