Repository: hbase
Updated Branches:
  refs/heads/0.98 f46bee0a7 -> d5f8300c0
  refs/heads/branch-1 795f91439 -> 8272c84f6
  refs/heads/branch-1.2 c2e6a71d4 -> b6dc3c5ae
  refs/heads/master 2d2fdd5a9 -> 387eaff31
Updated Tags:  refs/tags/0.94.28RC0 [created] c97c915ec
  refs/tags/0.98.17RC0 [created] 88a9c4a29


Update POMs and CHANGES.txt for 0.98.17RC0


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

Branch: refs/heads/0.98
Commit: aad0fa919216e33503e67f03d8e7115b2b8eb4c6
Parents: f46bee0
Author: Andrew Purtell <[email protected]>
Authored: Fri Jan 15 15:20:09 2016 -0800
Committer: Andrew Purtell <[email protected]>
Committed: Fri Jan 15 15:20:09 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt                   | 72 ++++++++++++++++++++++++++++++++++++++
 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 +-
 20 files changed, 92 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 714714b..005ab0c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,77 @@
 HBase Change Log
 
+Release 0.98.17 - 1/22/2016
+
+** Sub-task
+    * [HBASE-14863] - Add missing test/resources/log4j files in hbase modules
+
+** Brainstorming
+    * [HBASE-14869] - Better request latency and size histograms
+
+** Bug
+    * [HBASE-13796] - ZKUtil doesn't clean quorum setting properly
+    * [HBASE-14425] - In Secure Zookeeper cluster superuser will not have 
sufficient permission if multiple values are configured in "hbase.superuser"
+    * [HBASE-14512] - Cache UGI groups
+    * [HBASE-14531] - graceful_stop.sh "if [ "$local" ]" condition unexpected 
behaviour
+    * [HBASE-14597] - Fix Groups cache in multi-threaded env
+    * [HBASE-14674] - Rpc handler / task monitoring seems to be broken after 
0.98
+    * [HBASE-14689] - Addendum and unit test for HBASE-13471
+    * [HBASE-14761] - Deletes with and without visibility expression do not 
delete the matching mutation
+    * [HBASE-14771] - RpcServer#getRemoteAddress always returns null
+    * [HBASE-14782] - FuzzyRowFilter skips valid rows
+    * [HBASE-14788] - Splitting a region does not support the 
hbase.rs.evictblocksonclose config when closing source region
+    * [HBASE-14791] - Batch Deletes in MapReduce jobs (0.98)
+    * [HBASE-14793] - Allow limiting size of block into L1 block cache.
+    * [HBASE-14799] - Commons-collections object deserialization remote 
command execution vulnerability 
+    * [HBASE-14806] - Missing sources.jar for several modules when building 
HBase
+    * [HBASE-14822] - Renewing leases of scanners doesn't work
+    * [HBASE-14840] - Sink cluster reports data replication request as success 
though the data is not replicated
+    * [HBASE-14893] - Race between mutation on region and region closing 
operation leads to NotServingRegionException
+    * [HBASE-14904] - Mark Base[En|De]coder LimitedPrivate and fix binary 
compat issue
+    * [HBASE-14905] - VerifyReplication does not honour versions option
+    * [HBASE-14923] - VerifyReplication should not mask the exception during 
result comparison 
+    * [HBASE-14926] - Hung ThriftServer; no timeout on read from client; if 
client crashes, worker thread gets stuck reading
+    * [HBASE-14928] - Start row should be set for query through HBase REST 
gateway involving globbing option
+    * [HBASE-14930] - check_compatibility.sh needs smarter exit codes
+    * [HBASE-14940] - Make our unsafe based ops more safe
+    * [HBASE-14960] - Fallback to using default RPCControllerFactory if class 
cannot be loaded
+    * [HBASE-14968] - ConcurrentModificationException in region close 
resulting in the region staying in closing state
+    * [HBASE-14974] - Total number of Regions in Transition number on UI 
incorrect
+    * [HBASE-14975] - Don't color the total RIT line yellow if it's zero
+    * [HBASE-14987] - Compaction marker whose region name doesn't match 
current region's needs to be handled
+    * [HBASE-14989] - Implementation of Mutation.getWriteToWAL() is backwards
+    * [HBASE-15009] - Update test-patch.sh on branches; to fix curtailed build 
report
+    * [HBASE-15011] - turn off the jdk8 javadoc linter. :(
+    * [HBASE-15015] - Checktyle plugin shouldn't check Jamon-generated Java 
classes
+    * [HBASE-15022] - undefined method `getZooKeeperClusterKey' for 
Java::OrgApacheHadoopHbaseZookeeper::ZKUtil:Class
+    * [HBASE-15032] - hbase shell scan filter string assumes UTF-8 encoding
+    * [HBASE-15035] - bulkloading hfiles with tags that require splits do not 
preserve tags
+    * [HBASE-15039] - HMaster and RegionServers should try to refresh token 
keys from zk when facing InvalidToken
+    * [HBASE-15052] - Use EnvironmentEdgeManager in ReplicationSource 
+    * [HBASE-15080] - Remove synchronized block from 
MasterServiceStubMaker#releaseZooKeeperWatcher()
+    * [HBASE-15085] - IllegalStateException was thrown when scanning on 
bulkloaded HFiles
+
+** Improvement
+    * [HBASE-14468] - Compaction improvements: FIFO compaction policy
+    * [HBASE-14805] - status should show the master in shell
+    * [HBASE-14862] - Add support for reporting p90 for histogram metrics
+    * [HBASE-14866] - VerifyReplication should use peer configuration in peer 
connection
+    * [HBASE-14976] - Add RPC call queues to the web ui
+    * [HBASE-15038] - ExportSnapshot should support separate configurations 
for source and destination clusters
+    * [HBASE-15066] - Small improvements to Canary tool
+
+** New Feature
+    * [HBASE-14355] - Scan different TimeRange for each column family
+
+** Task
+    * [HBASE-14516] - categorize hadoop-compat tests
+
+** Test
+    * [HBASE-14584] - TestNamespacesInstanceModel fails on jdk8
+    * [HBASE-14758] - Add UT case for unchecked error/exception thrown in 
AsyncProcess#sendMultiAction
+    * [HBASE-14839] - [branch-1] Backport test categories so that patch 
backport is easier
+
+
 Release 0.98.16 - 11/16/2015
 
 ** Sub-task

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index 2cdc96d..5f25ef2 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 18ddfa5..b2e7e6b 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 9e31c8d..77cd75d 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.17-SNAPSHOT</version>
+<version>0.98.17</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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 8fb39f1..edc0c9e 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index c8c54ca..8f57c61 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 0116992..b0dabd7 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 6b45b82..f6ba678 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.17-SNAPSHOT</version>
+        <version>0.98.17</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml
index d1b31cc..1c5466d 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index ecaed7c..d5b6d7f 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 8fcd9b1..280149f 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-prefix-tree/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index 60435ec..1b79195 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index f25f8e8..4d1890c 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.17-SNAPSHOT</version>
+        <version>0.98.17</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-resource-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index c22b13b..6649321 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index b5f9dc5..5b3f08d 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index a1cf9e5..65e485b 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 21c413f..3c18d70 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 29ba53b..e766eb9 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.17-SNAPSHOT</version>
+        <version>0.98.17</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index a964a89..fc2b6b5 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.17-SNAPSHOT</version>
+    <version>0.98.17</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/aad0fa91/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0b7e38a..6c569a1 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.17-SNAPSHOT</version>
+  <version>0.98.17</version>
   <name>Apache HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need

Reply via email to