Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Running the tests via docker-compose command in the root directory of Avatica raises a JVM error:
$ docker-compose run test Creating network "apache-calcite-avatica-1230-src_default" with the default driver Creating volume "apache-calcite-avatica-1230-src_gradle-cache" with default driver [0.003s][warning][os,thread] Failed to start thread - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached. # # There is insufficient memory for the Java Runtime Environment to continue. # Cannot create worker GC thread. Out of system resources. # An error report file with more information is saved as: # /src/hs_err_pid8.log
The error seems to be environment related but the system does not seem to be out of resources and its the first time that I bump into this.