Upping pom memory and changing zk default port to help debug; on first, no harm in letting heap grow and on second, there seems to be errant zk cluster running on hudson ... trying to see if tests generate it when run clean
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fcd520eb3
commit
7c8411d06a
2
pom.xml
2
pom.xml
@ -190,7 +190,7 @@
|
||||
<configuration>
|
||||
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
|
||||
<argLine>-enableassertions</argLine>
|
||||
<argLine>-Xmx1024m</argLine>
|
||||
<argLine>-Xmx1400m</argLine>
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -48,7 +48,7 @@ public class MiniZooKeeperCluster {
|
||||
private static final int CONNECTION_TIMEOUT = 30000;
|
||||
|
||||
private boolean started;
|
||||
private int clientPort = 21810; // use non-standard port
|
||||
private int clientPort = 21818; // use non-standard port
|
||||
|
||||
private NIOServerCnxn.Factory standaloneServerFactory;
|
||||
private int tickTime = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user