[
https://issues.apache.org/jira/browse/FLINK-36739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899814#comment-17899814
]
Mehdi commented on FLINK-36739:
-------------------------------
It seems to be a problem with GLIBC which is 2.23 but from Node v18 we're
expecting GLIBC 2.27
{code:java}
10:20:21.156 [INFO] --- frontend-maven-plugin:1.12.1:npm (npm install) @
flink-runtime-web ---
10:20:21.160 [INFO] Running 'npm ci --cache-max=0 --no-save ${npm.proxy}' in
/__w/3/s/flink-runtime-web/web-dashboard
10:20:21.175 [INFO] /__w/3/s/flink-runtime-web/web-dashboard/node/node:
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by
/__w/3/s/flink-runtime-web/web-dashboard/node/node)
10:20:21.176 [INFO] /__w/3/s/flink-runtime-web/web-dashboard/node/node:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by
/__w/3/s/flink-runtime-web/web-dashboard/node/node)
10:20:21.176 [INFO] /__w/3/s/flink-runtime-web/web-dashboard/node/node:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by
/__w/3/s/flink-runtime-web/web-dashboard/node/node)
10:20:21.176 [INFO] /__w/3/s/flink-runtime-web/web-dashboard/node/node:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by
/__w/3/s/flink-runtime-web/web-dashboard/node/node)
10:20:21.177 [INFO]
10:20:21.177 [INFO]
------------------------------------------------------------------------ {code}
For Flink 2.0 is there a plan to upgrade the containers used for the build
pipelines to get GLIBC 2.27 / if there is another solution consisting of
building NodeJS or any other solution?
> Update NodeJS to v18.20.5 (LTS)
> -------------------------------
>
> Key: FLINK-36739
> URL: https://issues.apache.org/jira/browse/FLINK-36739
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Web Frontend
> Reporter: Mehdi
> Assignee: Mehdi
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)