You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/02/03 09:54:37 UTC

[02/50] [abbrv] hbase git commit: Revert "HBASE-19901 HBASE-19901 Up yetus proclimit on nightlies"

Revert "HBASE-19901 HBASE-19901 Up yetus proclimit on nightlies"

This reverts commit 2e6bc12441f50a4de9ee87e96132cb067556a528.


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

Branch: refs/heads/HBASE-19397-branch-2
Commit: 12a6af0de56c8b15d511485fdac24e33a1c9c1e4
Parents: ce6c3d9
Author: Michael Stack <st...@apache.org>
Authored: Thu Feb 1 18:04:23 2018 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Thu Feb 1 18:04:59 2018 -0800

----------------------------------------------------------------------
 dev-support/hbase-personality.sh   | 8 --------
 dev-support/hbase_nightly_yetus.sh | 1 -
 2 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/12a6af0d/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index ddd0df4..e24930d 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -64,14 +64,6 @@ function personality_globals
 
   # Override the maven options
   MAVEN_OPTS="${MAVEN_OPTS:-"-Xmx3100M"}"
-
-  # Yetus 0.7.0 enforces limits. Default proclimit is 1000.
-  # Up it. See HBASE-19902 for how we arrived at this number. 
-  PROCLIMIT=10000
-
-  # Set docker container to run with 20g. Default is 4g in yetus.
-  # See HBASE-19902 for how we arrived at 20g.
-  # UNUSED AT MOMENT DOCKERMEMLIMIT=20g
 }
 
 ## @description  Parse extra arguments required by personalities, if any.

http://git-wip-us.apache.org/repos/asf/hbase/blob/12a6af0d/dev-support/hbase_nightly_yetus.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_yetus.sh b/dev-support/hbase_nightly_yetus.sh
index 3e6fc7c..4e67354 100755
--- a/dev-support/hbase_nightly_yetus.sh
+++ b/dev-support/hbase_nightly_yetus.sh
@@ -67,7 +67,6 @@ YETUS_ARGS=("--whitespace-tabs-ignore-list=${WHITESPACE_IGNORE_LIST}" "${YETUS_A
 YETUS_ARGS=("--sentinel" "${YETUS_ARGS[@]}")
 YETUS_ARGS=("--branch=${BRANCH_NAME}" "${YETUS_ARGS[@]}")
 YETUS_ARGS=("--tests-filter=${TESTS_FILTER}" "${YETUS_ARGS[@]}")
-YETUS_ARGS=("--proclimit=${PROCLIMIT}" "${YETUS_ARGS[@]}")
 
 # Currently, flaky list is calculated only for master branch.
 UNDERSCORED_BRANCH_NAME=$(echo ${BRANCH_NAME} | tr '.-' '_')