Skip to content
New issue

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

[Bug] Doris] DDP1.2.2,使用doris官方包安装be失败 #539

Open
3 tasks done
hawk9821 opened this issue Apr 30, 2024 · 0 comments
Open
3 tasks done

[Bug] Doris] DDP1.2.2,使用doris官方包安装be失败 #539

hawk9821 opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hawk9821
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@hawk9821 hawk9821 added the bug Something isn't working label Apr 30, 2024
datasophon pushed a commit that referenced this issue May 11, 2024
* [Bug] Doris] DDP1.2.2,使用doris官方包安装be失败 #539

* [Bug] [datasophon-api] 集群安装服务失败,删除服务重新安装,因为没有删除失败服务的全局参数(t_ddh_cluster_variable,GlobalVariables), 重新安装任然使用安装失败时配置的参数(Doirs2.0.7) #545
datasophon pushed a commit that referenced this issue May 17, 2024
* [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant