You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/14 23:22:20 UTC

[GitHub] rdhabalia opened a new issue #568: Build is crashing while running tests with Bk-ZookeeperClient factory

rdhabalia opened a new issue #568: Build is crashing while running tests with Bk-ZookeeperClient factory
URL: https://github.com/apache/incubator-pulsar/issues/568
 
 
   we recently started using Bookkeeper-ZookeeperClient for stats instrumentation and monitoring.
   There are few tests such as `LoadBalancerTest`, `SimpleLoadManagerImplTest`, `ModularLoadManagerTest` which use multiple zk-client and somewhere jvm crashes for unknown reason.
   
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project pulsar-broker: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: 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-pulsar/pulsar-broker && /usr/lib/jvm/java-8-oracle/jre/bin/java -Xmx2G -XX:MaxDirectMemorySize=8G -Dio.netty.leakDetectionLevel=advanced -jar /home/travis/build/apache/incubator-pulsar/pulsar-broker/target/surefire/surefirebooter1864707953561648572.jar /home/travis/build/apache/incubator-pulsar/pulsar-broker/target/surefire/surefire4686883014191048150tmp /home/travis/build/apache/incubator-pulsar/pulsar-broker/target/surefire/surefire_79165827886445368216tmp
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :pulsar-broker
   ```
   
   [Sample failure build](https://s3.amazonaws.com/archive.travis-ci.org/jobs/253008304/log.txt?X-Amz-Expires=30&X-Amz-Date=20170714T232111Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJRYRXRSVGNKPKO5A/20170714/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=45d27c09815e217e41eedb57c8b92a87b834273f322df1bbc38026524052456d)
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services