HBASE-8895 Misc: replace hbase.client.retries.number w/ define and remove unused imports; ADDENDUM -- OVERCOMMIT to POM.XML
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5747b899bd
commit
edc354c84b
4
pom.xml
4
pom.xml
|
@ -531,7 +531,7 @@
|
|||
using method parallelization class ! -->
|
||||
<testFailureIgnore>false</testFailureIgnore>
|
||||
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
|
||||
<argLine>-enableassertions -Xmx3g -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=1g
|
||||
<argLine>-enableassertions -Xmx1900m
|
||||
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
|
||||
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
|
||||
</configuration>
|
||||
|
@ -1387,7 +1387,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>-enableassertions -Xmx3gm -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=1g -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
|
||||
<argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>java.net.preferIPv4Stack</name>
|
||||
|
|
Loading…
Reference in New Issue