You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by po...@apache.org on 2016/09/09 02:18:56 UTC

incubator-tephra git commit: Prefer IPv4 stack while running tests to avoid HBase 1.0 startup failures in dual-stack nodes

Repository: incubator-tephra
Updated Branches:
  refs/heads/master e08ba7725 -> b1220ce67


Prefer IPv4 stack while running tests to avoid HBase 1.0 startup failures in dual-stack nodes

This closes #6

Signed-off-by: poorna <po...@apache.org>


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

Branch: refs/heads/master
Commit: b1220ce67efbd9fd035821c4ee52102da1d736e7
Parents: e08ba77
Author: poorna <po...@cask.co>
Authored: Thu Sep 8 18:02:45 2016 -0700
Committer: poorna <po...@apache.org>
Committed: Thu Sep 8 19:18:12 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/b1220ce6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e1a7d3..9ae84ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.14.1</version>
           <configuration>
-            <argLine>-Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m</argLine>
+            <argLine>-Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true</argLine>
             <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
             <reuseForks>false</reuseForks>
             <reportFormat>plain</reportFormat>