This is an automated email from the ASF dual-hosted git repository. apurtell pushed a commit to branch branch-1.4 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 7925b4812d222ec415cf993615e72f200a73d62d Author: Andrew Purtell <[email protected]> AuthorDate: Mon Apr 29 14:48:42 2019 -0700 Update POMs and CHANGES.txt for 1.4.10RC0 --- CHANGES.txt | 72 ++++++++++++++++++++++ hbase-annotations/pom.xml | 2 +- hbase-archetypes/hbase-archetype-builder/pom.xml | 2 +- hbase-archetypes/hbase-client-project/pom.xml | 2 +- .../hbase-shaded-client-project/pom.xml | 2 +- hbase-archetypes/pom.xml | 2 +- hbase-assembly/pom.xml | 2 +- hbase-checkstyle/pom.xml | 4 +- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-error-prone/pom.xml | 4 +- hbase-examples/pom.xml | 2 +- hbase-external-blockcache/pom.xml | 2 +- hbase-hadoop-compat/pom.xml | 2 +- hbase-hadoop2-compat/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-metrics-api/pom.xml | 2 +- hbase-metrics/pom.xml | 2 +- hbase-prefix-tree/pom.xml | 2 +- hbase-procedure/pom.xml | 2 +- hbase-protocol/pom.xml | 2 +- hbase-resource-bundle/pom.xml | 2 +- hbase-rest/pom.xml | 2 +- hbase-rsgroup/pom.xml | 2 +- hbase-server/pom.xml | 2 +- hbase-shaded/hbase-shaded-check-invariants/pom.xml | 2 +- hbase-shaded/hbase-shaded-client/pom.xml | 2 +- hbase-shaded/hbase-shaded-server/pom.xml | 2 +- hbase-shaded/pom.xml | 2 +- hbase-shell/pom.xml | 2 +- hbase-testing-util/pom.xml | 2 +- hbase-thrift/pom.xml | 2 +- pom.xml | 2 +- 33 files changed, 106 insertions(+), 34 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7ad28d4..591f8a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,77 @@ HBase Change Log +Release Notes - HBase - Version 1.4.10 5/6/2019 + +** Sub-task + * [HBASE-21374] - Backport HBASE-21342 to branch-1 + * [HBASE-21561] - Backport HBASE-21413 (Empty meta log doesn't get split when restart whole cluster) to branch-1 + * [HBASE-21632] - Backport to branch-1 HBASE-21620 Problem in scan query when using more than one column prefix filter in some cases. + * [HBASE-21711] - Remove references to git.apache.org/hbase.git + * [HBASE-21734] - Some optimization in FilterListWithOR + * [HBASE-21748] - Port HBASE-21738 (Remove all the CLSM#size operation in our memstore because it's an quite time consuming.) to branch-1 + * [HBASE-22152] - Create a jenkins file for yetus to processing GitHub PR + * [HBASE-22215] - Backport MultiRowRangeFilter does not work with reverse scans + +** Bug + * [HBASE-20911] - correct Swtich/case indentation in formatter template for eclipse + * [HBASE-20912] - Add import order config in dev support for eclipse + * [HBASE-21048] - Get LogLevel is not working from console in secure environment + * [HBASE-21135] - Build fails on windows as it fails to parse windows path during license check + * [HBASE-21196] - HTableMultiplexer clears the meta cache after every put operation + * [HBASE-21475] - Put mutation (having TTL set) added via co-processor is retrieved even after TTL expires + * [HBASE-21492] - CellCodec Written To WAL Before It's Verified + * [HBASE-21547] - Precommit uses master flaky list for other branches + * [HBASE-21553] - schedLock not released in MasterProcedureScheduler + * [HBASE-21582] - If call HBaseAdmin#snapshotAsync but forget call isSnapshotFinished, then SnapshotHFileCleaner will skip to run every time + * [HBASE-21592] - quota.addGetResult(r) throw NPE + * [HBASE-21618] - Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result + * [HBASE-21766] - TestSimpleRpcScheduler is flaky (branch-1) + * [HBASE-21781] - list_deadservers elapsed time is incorrect + * [HBASE-21800] - RegionServer aborted due to NPE from MetaTableMetrics coprocessor + * [HBASE-21915] - FileLink$FileLinkInputStream doesn't implement CanUnbuffer + * [HBASE-21959] - CompactionTool should close the store it uses for compacting files, in order to properly archive compacted files. + * [HBASE-21991] - Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements + * [HBASE-22045] - Mutable range histogram reports incorrect outliers + * [HBASE-22058] - upgrade thrift dependency to 0.9.3.1 on branches 1.4, 1.3 and 1.2 + * [HBASE-22062] - Backport HBASE-20917 addendum to branch-1 & branch-1.4 + * [HBASE-22067] - Fix log line in StochasticLoadBalancer when balancer is an ill-fit for cluster size + * [HBASE-22070] - Checking restoreDir in RestoreSnapshotHelper + * [HBASE-22106] - Log cause of the failure when coprocessor specification parsing fails. + * [HBASE-22125] - Fix more instances in make_rc.sh where we need -Dhttps.protocols=TLSv1.2 + * [HBASE-22212] - [1.x] Backport missing filter improvements + * [HBASE-22235] - OperationStatus.{SUCCESS|FAILURE|NOT_RUN} are not visible to 3rd party coprocessors + * [HBASE-22270] - master's jmx.clusterRequests could be negative in branch-1 + * [HBASE-22310] - checkAndMutate used an incorrect row to check the condition + +** New Feature + * [HBASE-21815] - Make isTrackingMetrics and getMetrics of ScannerContext public + * [HBASE-21926] - Profiler servlet + +** Improvement + * [HBASE-20047] - AuthenticationTokenIdentifier should provide a toString + * [HBASE-20586] - SyncTable tool: Add support for cross-realm remote clusters + * [HBASE-20672] - New metrics ReadRequestRate and WriteRequestRate + * [HBASE-20858] - port HBASE-20695 to branch-1 + * [HBASE-21520] - TestMultiColumnScanner cost long time when using ROWCOL bloom type + * [HBASE-21567] - Allow overriding configs starting up the shell + * [HBASE-21590] - Optimize trySkipToNextColumn in StoreScanner a bit + * [HBASE-21645] - Perform sanity check and disallow table creation/modification with region replication < 1 + * [HBASE-21818] - Incorrect list item in javadoc + * [HBASE-22219] - Backport HBASE-19049 to branch-1 to prevent DIRKRB-613 + * [HBASE-22225] - Profiler tab on Master/RS UI not working w/o comprehensive message + * [HBASE-22291] - Fix recovery of recovered.edits files under root dir + +** Test + * [HBASE-21963] - Add a script for building and verifying release candidate + +** Task + * [HBASE-21685] - Change repository urls to Gitbox + * [HBASE-21687] - Update Findbugs Maven Plugin to 3.0.4 to work with Maven 3.6.0+ [branches-1] + * [HBASE-21853] - update copyright notices to 2019 + * [HBASE-21884] - Fix box/unbox findbugs warning in secure bulk load + * [HBASE-22020] - upgrade to yetus 0.9.0 + + Release Notes - HBase - Version 1.4.9 12/7/2018 ** Sub-task diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index a10c444..2961ca1 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml b/hbase-archetypes/hbase-archetype-builder/pom.xml index d886d71..43149f2 100644 --- a/hbase-archetypes/hbase-archetype-builder/pom.xml +++ b/hbase-archetypes/hbase-archetype-builder/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>hbase-archetypes</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml index e83010a..863ebb6 100644 --- a/hbase-archetypes/hbase-client-project/pom.xml +++ b/hbase-archetypes/hbase-client-project/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>hbase-archetypes</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-client-project</artifactId> diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml index 71362d2..88ecfc6 100644 --- a/hbase-archetypes/hbase-shaded-client-project/pom.xml +++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>hbase-archetypes</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-client-project</artifactId> diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml index 4be324c..fbdd6f4 100644 --- a/hbase-archetypes/pom.xml +++ b/hbase-archetypes/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 6110557..87be92f 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-assembly</artifactId> diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index d4d9e12..33913bd 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>1.4.10-SNAPSHOT</version> +<version>1.4.10</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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 1770408..fb2ebfb 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index c01b8b1..4a9e57d 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-error-prone/pom.xml b/hbase-error-prone/pom.xml index d7ddf03..22d1ed5 100644 --- a/hbase-error-prone/pom.xml +++ b/hbase-error-prone/pom.xml @@ -23,11 +23,11 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-error-prone</artifactId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <name>Apache HBase - Error Prone Rules</name> <description>Module to hold error prone custom rules for HBase.</description> diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 4042b5b..3f135e3 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-examples</artifactId> diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index e3d9e4a..43a9247 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-external-blockcache</artifactId> diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 877286f..acdc6ce 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index ad66b1b..bb0ee07 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 1cd6b2b..3472c39 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml index dc11c65..9f58b99 100644 --- a/hbase-metrics-api/pom.xml +++ b/hbase-metrics-api/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml index b18e896..7a9b232 100644 --- a/hbase-metrics/pom.xml +++ b/hbase-metrics/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 8622ddd..4b3460b 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index 7b849a3..5b28a9d 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index f6a8925..b97964b 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index be31150..a4f11be 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index ae7e08c..ce3837a 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-rest</artifactId> diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 5dc4ec5..aa0c57f 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index a8cce1a..10e7413 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-server</artifactId> diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml index da69d20..b953f0d 100644 --- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml +++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml @@ -16,7 +16,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>../..</relativePath> </parent> <artifactId>hbase-shaded-check-invariants</artifactId> diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml index 93f56ea..1bb0db8 100644 --- a/hbase-shaded/hbase-shaded-client/pom.xml +++ b/hbase-shaded/hbase-shaded-client/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>hbase-shaded</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-client</artifactId> diff --git a/hbase-shaded/hbase-shaded-server/pom.xml b/hbase-shaded/hbase-shaded-server/pom.xml index f3e1c55..72b2a1b 100644 --- a/hbase-shaded/hbase-shaded-server/pom.xml +++ b/hbase-shaded/hbase-shaded-server/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>hbase-shaded</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-server</artifactId> diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index 2e73dfd..2a33fd4 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded</artifactId> diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index e5c5cee..dc5766f 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shell</artifactId> diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 4f8f3d8..36991e4 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-testing-util</artifactId> diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 7388f15..b1a986c 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>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-thrift</artifactId> diff --git a/pom.xml b/pom.xml index 62418ec..61da029 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <packaging>pom</packaging> - <version>1.4.10-SNAPSHOT</version> + <version>1.4.10</version> <name>Apache HBase</name> <description> Apache HBase™ is the Hadoop database. Use it when you need
