登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025年度开源项目评选启动,快来选出你心中的最佳开源项目!
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
3
Star
2
Fork
18
src-openEuler
/
flink
代码
Issues
11
Pull Requests
2
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
[oerv 24.03 LTS SP2] RISC-V 下 flink 未生成 flink-web-ui
待办的
#ID1END
缺陷
zhtianyu
创建于
2025-10-11 16:23
**【缺陷描述】:请补充详细的缺陷问题现象描述** **一、缺陷信息** **【缺陷所属的os版本】** NAME="openEuler" VERSION="24.03 (LTS-SP2)" ID="openEuler" VERSION_ID="24.03" PRETTY_NAME="openEuler 24.03 (LTS-SP2)" ANSI_COLOR="0;31" **【内核版本】** 6.6.0-98.0.0.103.oe2403sp2.riscv64 **【缺陷所属软件及版本号】** flink-1.17.1-5.oe2403sp2.riscv64 **【环境信息】** 硬件信息 qemu-system-riscv64 **【问题复现步骤】:** ``` [root@localhost ~]# dnf install flink [root@localhost ~]# cd /opt/apache-flink*/ || exit [root@localhost apache-flink-1.17.1]# ./bin/start-cluster.sh Starting cluster. [INFO] 1 instance(s) of standalonesession are already running on 192.168.122.6. Starting standalonesession daemon on host 192.168.122.6. [INFO] 1 instance(s) of taskexecutor are already running on 192.168.122.6. Starting taskexecutor daemon on host 192.168.122.6. [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 | grep "LICENSE-2.0" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 57 100 57 0 0 1882 0 --:--:-- --:--:-- --:--:-- 1900 [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 {"errors":["Unable to load requested file /index.html."]} ``` **【实际结果】**,无法正常获取 flink 主页的 index.html **【期望结果】**,正常获取 flink 主页的 index.html **【其他相关附件信息】** x86 结果: ``` [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 | grep "LICENSE-2.0" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2841 100 2841 0 0 884k 0 --:--:-- --:--:-- --:--:-- 924k ~ http://www.apache.org/licenses/LICENSE-2.0 [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --><!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Apache Flink Web Dashboard</title> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" href="assets/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="assets/favicon/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="assets/favicon/manifest.json"> <link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#aa1919"> <link rel="shortcut icon" href="assets/favicon/favicon.ico"> <meta name="msapplication-config" content="assets/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <base href="./"> <style>html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum","tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}*{box-sizing:border-box;margin:0;padding:0;outline:none}</style><link rel="stylesheet" href="styles.3af398bef587fbd6.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.3af398bef587fbd6.css"></noscript></head> <body> <flink-root></flink-root> <script src="runtime.6cc6e23b68682f7b.js" type="module"></script><script src="polyfills.062e4debad217dcd.js" type="module"></script><script src="main.f77db386c4dc5e11.js" type="module"></script> ``` **【缺陷详情及分析指导参考链接】** 在 x86 上执行 curl http://localhost:8081 之后在 /tmp/flink-web-76f72b0e-9333-4382-bdda-1aa36fcdf824/ 目录下 flink-web-ui 下会有 index.html ``` [root@localhost ~]# ls /tmp/flink-web-76f72b0e-9333-4382-bdda-1aa36fcdf824/flink-web-ui/ index.html ``` 在 riscv 上没有 flink-web-ui 目录 ``` [root@localhost ~]# ls /tmp/flink-web-2e234063-efc2-4537-a974-72ade260a331/ flink-web-upload ``` 在 oerv 25.09 上会有一样的错误
**【缺陷描述】:请补充详细的缺陷问题现象描述** **一、缺陷信息** **【缺陷所属的os版本】** NAME="openEuler" VERSION="24.03 (LTS-SP2)" ID="openEuler" VERSION_ID="24.03" PRETTY_NAME="openEuler 24.03 (LTS-SP2)" ANSI_COLOR="0;31" **【内核版本】** 6.6.0-98.0.0.103.oe2403sp2.riscv64 **【缺陷所属软件及版本号】** flink-1.17.1-5.oe2403sp2.riscv64 **【环境信息】** 硬件信息 qemu-system-riscv64 **【问题复现步骤】:** ``` [root@localhost ~]# dnf install flink [root@localhost ~]# cd /opt/apache-flink*/ || exit [root@localhost apache-flink-1.17.1]# ./bin/start-cluster.sh Starting cluster. [INFO] 1 instance(s) of standalonesession are already running on 192.168.122.6. Starting standalonesession daemon on host 192.168.122.6. [INFO] 1 instance(s) of taskexecutor are already running on 192.168.122.6. Starting taskexecutor daemon on host 192.168.122.6. [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 | grep "LICENSE-2.0" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 57 100 57 0 0 1882 0 --:--:-- --:--:-- --:--:-- 1900 [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 {"errors":["Unable to load requested file /index.html."]} ``` **【实际结果】**,无法正常获取 flink 主页的 index.html **【期望结果】**,正常获取 flink 主页的 index.html **【其他相关附件信息】** x86 结果: ``` [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 | grep "LICENSE-2.0" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2841 100 2841 0 0 884k 0 --:--:-- --:--:-- --:--:-- 924k ~ http://www.apache.org/licenses/LICENSE-2.0 [root@localhost apache-flink-1.17.1]# curl http://localhost:8081 <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --><!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Apache Flink Web Dashboard</title> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" href="assets/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="assets/favicon/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="assets/favicon/manifest.json"> <link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#aa1919"> <link rel="shortcut icon" href="assets/favicon/favicon.ico"> <meta name="msapplication-config" content="assets/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <base href="./"> <style>html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum","tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}*{box-sizing:border-box;margin:0;padding:0;outline:none}</style><link rel="stylesheet" href="styles.3af398bef587fbd6.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.3af398bef587fbd6.css"></noscript></head> <body> <flink-root></flink-root> <script src="runtime.6cc6e23b68682f7b.js" type="module"></script><script src="polyfills.062e4debad217dcd.js" type="module"></script><script src="main.f77db386c4dc5e11.js" type="module"></script> ``` **【缺陷详情及分析指导参考链接】** 在 x86 上执行 curl http://localhost:8081 之后在 /tmp/flink-web-76f72b0e-9333-4382-bdda-1aa36fcdf824/ 目录下 flink-web-ui 下会有 index.html ``` [root@localhost ~]# ls /tmp/flink-web-76f72b0e-9333-4382-bdda-1aa36fcdf824/flink-web-ui/ index.html ``` 在 riscv 上没有 flink-web-ui 目录 ``` [root@localhost ~]# ls /tmp/flink-web-2e234063-efc2-4537-a974-72ade260a331/ flink-web-upload ``` 在 oerv 25.09 上会有一样的错误
评论 (
3
)
登录
后才可以发表评论
状态
待办的
待办的
已挂起
修复中
已确认
已完成
已验收
已取消
负责人
未设置
wenweijian
wenwj0
负责人
协作者
+负责人
+协作者
标签
sig/bigdata
DEFECT/UNFIXED
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (25)
标签 (20)
master
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP3
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS
openEuler-25.03
openEuler-25.09
openEuler-24.09
openEuler-23.09
openEuler-22.09
openEuler-23.03
openEuler-22.03-LTS
openEuler-22.03-LTS-Next
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP4
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP2
openEuler-20.03-LTS-SP3
openEuler-20.03-LTS-SP4
openEuler-20.03-LTS-Next
openEuler-21.09
openEuler-20.09
openEuler-25.09-release
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/flink.git
git@gitee.com:src-openeuler/flink.git
src-openeuler
flink
flink
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册