This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-25810 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit c52980f3a3d4c78b2276e5673ba1e69ddaedc2e6 Author: Duo Zhang <zhang...@apache.org> AuthorDate: Mon Apr 26 15:43:45 2021 +0800 HBASE-25810 remove --threads=2 for better log format --- dev-support/hbase-personality.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 69e7720..15c4a81 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -140,7 +140,7 @@ function personality_modules # At a few points, hbase modules can run build, test, etc. in parallel # Let it happen. Means we'll use more CPU but should be for short bursts. # https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 - extra="--threads=2 -DHBasePatchProcess" + extra="-DHBasePatchProcess" if [[ "${PATCH_BRANCH}" = branch-1* ]]; then extra="${extra} -Dhttps.protocols=TLSv1.2" fi