From d3034e09ac87646985cc743731d82278a8dc4b4d Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Tue, 24 Mar 2020 16:04:01 -0700 Subject: [PATCH] HBASE-24007 Get `-PrunLargeTests` passing on JDK11 Minor tweaks required to get passing runs of `-PrunLargeTests`. * Minimum Hadoop version is 3.2.0 due to [HADOOP-12760](https://issues.apache.org/jira/browse/HADOOP-12760). * JDK11 looks like it consumes more memory than JDK8, so failures due to OOME see more common here. Bumping heap allocated to surefire forks allows better pass rate. --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfde14405dcc..cbfb41eb3d5a 100755 --- a/pom.xml +++ b/pom.xml @@ -1602,7 +1602,10 @@ true 900 - + 2800m 2800m --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine} + + 3.2.0 + + 3200m