Stamatis Zampetakis created CALCITE-5482:
--------------------------------------------
Summary: JVM error when running tests via docker-compose in Avatica
Key: CALCITE-5482
URL: https://issues.apache.org/jira/browse/CALCITE-5482
Project: Calcite
Issue Type: Bug
Components: avatica
Reporter: Stamatis Zampetakis
Attachments: hs_err_pid8.log
Running the tests via docker-compose command in the root directory of Avatica
raises a JVM error:
{noformat}
$ 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{noformat}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)