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 2018/07/24 22:40:20 UTC

[1/2] hbase git commit: HBASE-20931 [branch-1] Add -Dhttps.protocols=TLSv1.2 to Maven command line in make_rc.sh

Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 31bc54abd -> cd3628d52


HBASE-20931 [branch-1] Add -Dhttps.protocols=TLSv1.2 to Maven command line in make_rc.sh


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

Branch: refs/heads/branch-1.4
Commit: d3cfb3762b3daf90c23aa2b230b2162d0f3cd0f6
Parents: 31bc54a
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Jul 24 14:59:50 2018 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Jul 24 14:59:50 2018 -0700

----------------------------------------------------------------------
 dev-support/make_rc.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d3cfb376/dev-support/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 969c32b..1f01021 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -76,9 +76,9 @@ function build_src {
 # Build bin tgz
 function build_bin {
   MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Papache-release -Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
   MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests site assembly:single -Papache-release -Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
   mv ./hbase-assembly/target/hbase-*.tar.gz "${output_dir}"
 }
 
@@ -102,7 +102,7 @@ build_bin
 # upload from repository.apache.org by 'drop'ping it from the staging
 # repository before restart.
 MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release -Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
 
 # Do sha512 and md5
 cd ${output_dir}


[2/2] hbase git commit: Add missing release notes for 1.4.5 to CHANGES.txt

Posted by ap...@apache.org.
Add missing release notes for 1.4.5 to CHANGES.txt


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

Branch: refs/heads/branch-1.4
Commit: cd3628d529677852f100da6d010d4c6f76380b84
Parents: d3cfb37
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Jul 24 15:12:10 2018 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Jul 24 15:12:22 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/cd3628d5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4386147..84ff396 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,48 @@
 HBase Change Log
 
+Release Notes - HBase - Version 1.4.5 6/20/2018
+
+** Sub-task
+    * [HBASE-20316] - Backport HBASE-20229 "ConnectionImplementation.locateRegions() returns duplicated entries when region replication is on" to branch-1
+    * [HBASE-20647] - Backport HBASE-20616 "TruncateTableProcedure is stuck in retry loop in TRUNCATE_TABLE_CREATE_FS_LAYOUT state" to branch-1
+
+** Bug
+    * [HBASE-18842] - The hbase shell clone_snaphost command returns bad error message
+    * [HBASE-19924] - hbase rpc throttling does not work for multi() with request count rater.
+    * [HBASE-20004] - Client is not able to execute REST queries in a secure cluster
+    * [HBASE-20204] - Add locking to RefreshFileConnections in BucketCache
+    * [HBASE-20447] - Only fail cacheBlock if block collisions aren't related to next block metadata
+    * [HBASE-20500] - [rsgroup] should keep at least one server in default group
+    * [HBASE-20517] - Fix PerformanceEvaluation 'column' parameter
+    * [HBASE-20554] - "WALs outstanding" message from CleanerChore is noisy
+    * [HBASE-20571] - JMXJsonServlet generates invalid JSON if it has NaN in metrics
+    * [HBASE-20590] - REST Java client is not able to negotiate with the server in the secure mode
+    * [HBASE-20591] - nightly job doesn't respect maven options
+    * [HBASE-20597] - Use a lock to serialize access to a shared reference to ZooKeeperWatcher in HBaseReplicationEndpoint
+    * [HBASE-20627] - Relocate RS Group pre/post hooks from RSGroupAdminServer to RSGroupAdminEndpoint
+    * [HBASE-20638] - nightly source artifact testing should fail the stage if it's going to report an error on jira
+    * [HBASE-20664] - Variable shared across multiple threads
+    * [HBASE-20669] - [findbugs] autoboxing to parse primitive
+    * [HBASE-20670] - NPE in HMaster#isInMaintenanceMode
+
+** Improvement
+    * [HBASE-20523] - PE tool should support configuring client side buffering sizes
+    * [HBASE-20545] - Improve performance of BaseLoadBalancer.retainAssignment
+    * [HBASE-20548] - Master fails to startup on large clusters, refreshing block distribution
+    * [HBASE-20605] - Exclude new Azure Storage FileSystem from SecureBulkLoadEndpoint permission check
+
+** Test
+    * [HBASE-20505] - PE should support multi column family read and write cases
+    * [HBASE-20513] - Collect and emit ScanMetrics in PerformanceEvaluation
+    * [HBASE-20619] - TestWeakObjectPool occasionally times out
+    * [HBASE-20646] - TestWALProcedureStoreOnHDFS failing on branch-1
+
+** Task
+    * [HBASE-19475] - Extend backporting strategy in documentation
+    * [HBASE-20595] - Remove the concept of 'special tables' from rsgroups
+    * [HBASE-20608] - Remove build option of error prone profile for branch-1 after HBASE-12350
+
+
 Release Notes - HBase - Version 1.4.4 4/30/2018
 
 ** Sub-task