Repository: hbase Updated Branches: refs/heads/0.98 c95f214cc -> 44c724b56
Update POMs and CHANGES.txt for 0.98.23RC0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6b9bdd6c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6b9bdd6c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6b9bdd6c Branch: refs/heads/0.98 Commit: 6b9bdd6cf11c251c2cf2f716b1318d0819821621 Parents: c95f214 Author: Andrew Purtell <[email protected]> Authored: Tue Oct 4 17:41:15 2016 -0700 Committer: Andrew Purtell <[email protected]> Committed: Tue Oct 4 17:41:15 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 22 ++++++++++++++++++++++ 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, 42 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 02e26b4..523b723 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,27 @@ HBase Change Log +Release 0.98.23 - 10/11/2016 + +** Sub-task + * [HBASE-15984] - Given failure to parse a given WAL that was closed cleanly, replay the WAL. + +** Bug + * [HBASE-11354] - HConnectionImplementation#DelayedClosing does not start + * [HBASE-15983] - Replication improperly discards data from end-of-wal in some cases. + * [HBASE-16165] - Decrease RpcServer.callQueueSize before writeResponse causes OOM + * [HBASE-16373] - precommit needs a dockerfile with hbase prereqs + * [HBASE-16576] - Shell add_peer doesn't allow setting cluster_key for custom endpoints + * [HBASE-16589] - Adjust log level for FATAL messages from HBaseReplicationEndpoint that are not fatal + * [HBASE-16649] - Truncate table with splits preserved can cause both data loss and truncated data appeared again + * [HBASE-16660] - ArrayIndexOutOfBounds during the majorCompactionCheck in DateTieredCompaction + * [HBASE-16662] - Fix open POODLE vulnerabilities + +** Improvement + * [HBASE-16562] - ITBLL should fail to start if misconfigured + * [HBASE-16694] - Reduce garbage for onDiskChecksum in HFileBlock + * [HBASE-16705] - Eliminate long to Long auto boxing in LongComparator + + Release 0.98.22 - 9/9/2016 ** Sub-task http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index 9ce4fbf..e730e9c 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 28a425b..06d7bbd 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index eb78208..4de5767 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.23-SNAPSHOT</version> +<version>0.98.23</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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index c8daf07..d402633 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 9b8d771..448ce1f 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 14b8729..dfad501 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-examples</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-hadoop-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index c2d46f0..2649ff4 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-hadoop1-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml index 2774d6b..f8e951a 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-hadoop2-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 81512ef..4f5aec1 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 36eff73..fedb591 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-prefix-tree/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 37c16ad..f8a4840 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index aad4abe..e06f672 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-resource-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index 88e7dd6..be0d024 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 5aa17a7..8acbc81 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-rest</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index e2930b7..a41eef4 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-server</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-shell/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 897845f..f073bbe 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shell</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index c0f2e07..96bf1fd 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-testing-util</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 0cc3c8a..6e55d9e 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.23-SNAPSHOT</version> + <version>0.98.23</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-thrift</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9bdd6c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c76a10f..aaffbae 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.23-SNAPSHOT</version> + <version>0.98.23</version> <name>Apache HBase</name> <description> Apache HBase is the Hadoop database. Use it when you need
