Repository: hbase Updated Branches: refs/heads/branch-1.2 bf8235351 -> 51ab753cb
HBASE-14819 hbase-it tests failing with OOME; permgen ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/51ab753c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/51ab753c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/51ab753c Branch: refs/heads/branch-1.2 Commit: 51ab753cbfb6ca3128fdcb80f194e06eae51081a Parents: bf82353 Author: stack <[email protected]> Authored: Thu Nov 19 17:05:40 2015 -0800 Committer: stack <[email protected]> Committed: Thu Nov 19 17:05:53 2015 -0800 ---------------------------------------------------------------------- hbase-it/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/51ab753c/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 8a956b2..c624906 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -91,9 +91,6 @@ <excludes> <exclude>${unittest.include}</exclude> <exclude>**/*$*</exclude> - <!--Do this to prevent OOME because permgen is full seen on build.apache.org - --> - <argLine> -XX:+CMSClassUnloadingEnabled </argLine> <!--<exclude>${test.exclude.pattern}</exclude>--> </excludes> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
