[
https://issues.apache.org/jira/browse/CALCITE-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677356#comment-17677356
]
Stamatis Zampetakis commented on CALCITE-5482:
----------------------------------------------
Yes it is weird but I don't have time to look into this now. Maybe I will get
back to it later on.
For reference below the docker and docker-compose version where I reproduced
the problem.
{noformat}
$ docker version
Client: Docker Engine - Community
Version: 20.10.5
API version: 1.41
Go version: go1.13.15
Git commit: 55c4c88
Built: Tue Mar 2 20:18:05 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.5
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: 363e9a8
Built: Tue Mar 2 20:16:00 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.3
GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b
runc:
Version: 1.0.0-rc92
GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
docker-init:
Version: 0.19.0
GitCommit: de40ad0
$ docker-compose version
docker-compose version 1.25.5, build 8a1c60f6
docker-py version: 4.1.0
CPython version: 3.7.5
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
{noformat}
> 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
> Priority: Major
> 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)