Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F416200BB4 for ; Tue, 1 Nov 2016 20:47:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DE2B160B0D; Tue, 1 Nov 2016 19:47:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4147C160B0B for ; Tue, 1 Nov 2016 20:47:44 +0100 (CET) Received: (qmail 43181 invoked by uid 500); 1 Nov 2016 19:47:40 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 42570 invoked by uid 99); 1 Nov 2016 19:47:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 19:47:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1CDC8E93E5; Tue, 1 Nov 2016 19:47:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: larsh@apache.org To: commits@hbase.apache.org Date: Tue, 01 Nov 2016 19:48:05 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [27/50] hbase git commit: Update POMs and CHANGES.txt for 0.98.22 RC0 archived-at: Tue, 01 Nov 2016 19:47:45 -0000 Update POMs and CHANGES.txt for 0.98.22 RC0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a366e75f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a366e75f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a366e75f Branch: refs/heads/0.98 Commit: a366e75f69298b13a03545882106a62e5c6530b9 Parents: f6a9960 Author: Andrew Purtell Authored: Fri Sep 2 15:34:58 2016 -0700 Committer: Andrew Purtell Committed: Sat Sep 3 00:13:23 2016 +0000 ---------------------------------------------------------------------- CHANGES.txt | 38 ++++++++++++++++++++++++++++++++++++++ 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, 58 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 262a484..02e26b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,43 @@ HBase Change Log +Release 0.98.22 - 9/9/2016 + +** Sub-task + * [HBASE-16318] - fail build if license isn't in whitelist + +** Bug + * [HBASE-15635] - Mean age of Blocks in cache (seconds) on webUI should be greater than zero + * [HBASE-16315] - RegionSizeCalculator prints region names as binary without escapes + * [HBASE-16360] - TableMapReduceUtil addHBaseDependencyJars has the wrong class name for PrefixTreeCodec + * [HBASE-16375] - Mapreduce mini cluster using HBaseTestingUtility not setting correct resourcemanager and jobhistory webapp address of MapReduceTestingShim + * [HBASE-16377] - ServerName check is ineffective in region_mover.rb + * [HBASE-16402] - RegionServerCoprocessorHost should be initialized before RpcServer starts + * [HBASE-16464] - archive folder grows bigger and bigger due to corrupt snapshot under tmp dir + * [HBASE-16471] - Region Server metrics context will be wrong when machine hostname contain "master" word + * [HBASE-16495] - When accessed via Thrift, all column families have timeToLive equal to -1 + * [HBASE-16512] - when locate meta region, we should respect the param "useCache" passed in on 0.98 + * [HBASE-16527] - IOExceptions from DFS client still can cause CatalogJanitor to delete referenced files + * [HBASE-16535] - Use regex to exclude generated classes for findbugs + * [HBASE-16538] - Version mismatch in HBaseConfiguration.checkDefaultsVersion + * [HBASE-16552] - MiniHBaseCluster#getServerWith() does not ignore stopped RSs + +** Improvement + * [HBASE-16299] - Update REST API scanner with ability to do reverse scan + * [HBASE-16379] - [replication] Minor improvement to replication/copy_tables_desc.rb + * [HBASE-16385] - Have hbase-rest pull hbase.rest.port from Constants.java + * [HBASE-16399] - Provide an API to get list of failed regions and servername in Canary + * [HBASE-16448] - Custom metrics for custom replication endpoints + * [HBASE-16502] - Reduce garbage in BufferedDataBlockEncoder + +** Task + * [HBASE-16340] - ensure no Xerces jars included + * [HBASE-16467] - Move AbstractHBaseTool to hbase-common + * [HBASE-16518] - Remove old .arcconfig file + +** Test + * [HBASE-16400] - TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build + + Release 0.98.21 - 8/15/2016 ** Sub-task http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index a376259..751ba80 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 38bb3c8..1937599 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-assembly http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 29cc425..a6e2d12 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -24,14 +24,14 @@ 4.0.0 org.apache.hbase hbase-checkstyle -0.98.22-SNAPSHOT +0.98.22 Apache HBase - Checkstyle Module to hold Checkstyle properties for HBase. hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 95a34e8..786dd74 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 2df474a..d087359 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 06b9124..d38d7d2 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-examples http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-hadoop-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 6e80230..413d1c2 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-hadoop1-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml index 63acc14..808674b 100644 --- a/hbase-hadoop1-compat/pom.xml +++ b/hbase-hadoop1-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-hadoop2-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 0dd4c87..4b2183b 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index c4c77e3..63666bc 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-prefix-tree/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 9378033..3aa1e28 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 51f8423..88d2895 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-resource-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index bee204b..5d2e072 100644 --- a/hbase-resource-bundle/pom.xml +++ b/hbase-resource-bundle/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 7353257..0e433a4 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-rest http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 7ee06de..9456bdb 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-server http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-shell/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index ccb29b8..fb28d63 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-shell http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 82a52fd..4f3826f 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-testing-util http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 6e049c0..ef4bb6b 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.98.22-SNAPSHOT + 0.98.22 .. hbase-thrift http://git-wip-us.apache.org/repos/asf/hbase/blob/a366e75f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c2ae06..0746674 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.hbase hbase pom - 0.98.22-SNAPSHOT + 0.98.22 Apache HBase Apache HBase™ is the Hadoop database. Use it when you need