We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DORIS的service_ddl.json中 DorisBE resourceStrategies 对官方启动脚本做了替换,将 /bin/limit3 替换为 /usr/bin/ulimit , 导致启动be失败 { "type": "replace", "source": "be/bin/start_be.sh", "regex":"/bin/limit3", "replacement": "/usr/bin/ulimit" }
将 /bin/limit3 替换为 /usr/bin/ulimit , start_be.sh 脚本中的 LIMIT 变量值为 /usr/bin/ulimit -c 0 -n 65536 , 启动命令前会增加 /usr/bin/ulimit -c 0 -n 65536 导致 be启动失败
修复方案: 删除service_ddl.json DorisBE resourceStrategies 替换官方脚本的操作 或者 制作新的 Doris2.0.7包,新包中修改start_be.sh
No response
dev
The text was updated successfully, but these errors were encountered:
删除集群中的服务,未删除对应服务的参数(t_ddh_cluster_variable,GlobalVariables) (#546)
773c3a3
* [Bug] Doris] DDP1.2.2,使用doris官方包安装be失败 #539 * [Bug] [datasophon-api] 集群安装服务失败,删除服务重新安装,因为没有删除失败服务的全局参数(t_ddh_cluster_variable,GlobalVariables), 重新安装任然使用安装失败时配置的参数(Doirs2.0.7) #545
开启checkstyle, 统一代码风格,避免代码风格引起的冲突 (#557)
f2a0790
* [Bug] Doris] DDP1.2.2,使用doris官方包安装be失败 #539 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * Update KyuubiServerHandlerStrategy.java [Feature] 开启checkstyle, 统一代码风格,避免代码风格引起的冲突 #555 * 修改github ci * 修改github ci * 修改github ci * 修改github ci
No branches or pull requests
Search before asking
What happened
DORIS的service_ddl.json中 DorisBE resourceStrategies 对官方启动脚本做了替换,将 /bin/limit3 替换为 /usr/bin/ulimit , 导致启动be失败
{
"type": "replace",
"source": "be/bin/start_be.sh",
"regex":"/bin/limit3",
"replacement": "/usr/bin/ulimit"
}
What you expected to happen
将 /bin/limit3 替换为 /usr/bin/ulimit , start_be.sh 脚本中的 LIMIT 变量值为 /usr/bin/ulimit -c 0 -n 65536 ,
启动命令前会增加 /usr/bin/ulimit -c 0 -n 65536 导致 be启动失败
How to reproduce
修复方案:
删除service_ddl.json DorisBE resourceStrategies 替换官方脚本的操作 或者 制作新的 Doris2.0.7包,新包中修改start_be.sh
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: