At first glance this might happen when an older docker version is used:
https://github.com/adoptium/temurin-build/issues/2974
You may need to upgrade to Docker 20.10.5+.
On 08/09/2022 12:33, Sigalit Eliazov wrote:
Hi all,
We pulled the new image and we are facing an issue to start the job
manager pod.
we are using version 1.14.5-java11 and the cluster is started using
flink operator
the error is
[ERROR] Could not get JVM parameters and dynamic configurations properly.
[ERROR] Raw output from BashJavaUtils:
[0.011s][warning][os,thread] Failed to start thread "VM Thread" -
pthread_create failed (EPERM) for attributes: stacksize: 1024k,
guardsize: 4k, detached.
Error occurred during initialization of VM.
we have tried to change the jvm args of by setting -Xms256m -Xmx1g
but it did not help
any guidance will be appreciated
Thanks
Sigalit
On Mon, Sep 5, 2022 at 1:21 PM Chesnay Schepler <ches...@apache.org>
wrote:
* September 7th
On 05/09/2022 11:27, Chesnay Schepler wrote:
> On Wednesday, September 9th, the Flink 1.14.5/1.15.2 Docker images
> will switch bases
>
> FROM openjdk:8/11-jar (Debian-based)
> TO eclipse-temurin:8/11-jre-jammy (Ubuntu-based)
>
> due to the deprecation of the OpenJDK images.
>
> Users that customized the images are advised to check for breaking
> changes.
>
> The source Dockerfile for the new images is available at
>
https://github.com/apache/flink-docker/tree/4794f9425513fb4c0b55ec1efd629e8eb7e5d8c5.
>