asdf2014 commented on issue #5980: Various changes about a few coding 
specifications
URL: https://github.com/apache/incubator-druid/pull/5980#issuecomment-404224485
 
 
   [job-402722329](https://travis-ci.org/apache/incubator-druid/jobs/402722329) 
and 
[job-402722330](https://travis-ci.org/apache/incubator-druid/jobs/402722330) 
both failed...
   
   
   job-402722329:
   ```bash
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on 
project druid-processing: ExecutionException The forked VM terminated without 
properly saying goodbye. VM crash or System.exit called?
   [ERROR] Command was /bin/sh -c cd 
/home/travis/build/apache/incubator-druid/processing && 
/usr/lib/jvm/java-8-oracle/jre/bin/java -Xmx768m -Duser.language=en 
-Duser.country=US -Dfile.encoding=UTF-8 -Duser.timezone=UTC 
-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager 
-Ddruid.indexing.doubleStorage=double -jar 
/home/travis/build/apache/incubator-druid/processing/target/surefire/surefirebooter678641966742689650.jar
 
/home/travis/build/apache/incubator-druid/processing/target/surefire/surefire1266228946009469426tmp
 
/home/travis/build/apache/incubator-druid/processing/target/surefire/surefire_14722988346361641729tmp
   ```
   
   It seems that `-Xmx768m` is not enough, may we should add `-Xmx2048m 
-Xms512m` for maven-surefire-plugin in druid-processing module?
   
   job-402722330:
   ```bash
   CuratorDruidCoordinatorTest.testMoveSegment:369 ยป  test timed out after 
60000 ...
   ```
   
   After [PR#5978](https://github.com/apache/incubator-druid/pull/5978), 
sometimes the timeout value is still not enough.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to