[
https://issues.apache.org/jira/browse/KYLIN-5957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17878019#comment-17878019
]
pengfei.zhan commented on KYLIN-5957:
-------------------------------------
Related files [ ASYNC_PROFILER_LIB_LINUX_MUSL_X64,
ASYNC_PROFILER_LIB_LINUX_MUSL_ARM64] do not exist.
{code:java}
public String getAsyncProfilerFiles() throws IOException {
String kylinHome = getKylinHomeWithoutWarn();
File libX64 = new File(kylinHome + "/lib/" + ASYNC_PROFILER_LIB_LINUX_X64);
File libArm64 = new File(kylinHome + "/lib/" +
ASYNC_PROFILER_LIB_LINUX_ARM64);
File libX64Musl = new File(kylinHome + "/lib/" +
ASYNC_PROFILER_LIB_LINUX_MUSL_X64);
File libArm64Musl = new File(kylinHome + "/lib/" +
ASYNC_PROFILER_LIB_LINUX_MUSL_ARM64);
return libX64.getCanonicalPath() + "," + libArm64.getCanonicalPath() + ","
+ libX64Musl.getCanonicalPath() + ","
+ libArm64Musl.getCanonicalPath();
} {code}
Maybe we can wget these two files from repo. However, upgrade to 3.0,
ASYNC_PROFILER_LIB_LINUX_X64 and ASYNC_PROFILER_LIB_LINUX_ARM64 can cover.
Therefore, at present, just remove these two files.
> Fix download-async-profiler.sh
> ------------------------------
>
> Key: KYLIN-5957
> URL: https://issues.apache.org/jira/browse/KYLIN-5957
> Project: Kylin
> Issue Type: Bug
> Components: Others
> Affects Versions: 5.0.0
> Reporter: pengfei.zhan
> Assignee: pengfei.zhan
> Priority: Major
> Fix For: 5.0.0
>
>
> missing `musl` related profilers
--
This message was sent by Atlassian Jira
(v8.20.10#820010)