datavane / datasophon

The next generation of cloud-native big data management expert , Aims to help users rapidly build stable, efficient, and scalable cloud-native platforms for big data.
https://datasophon.github.io/datasophon-website/
Apache License 2.0
1.08k stars 378 forks source link

[Bug] [节点启动] yarn的nodeManager节点和hdfs的DataNode的节点无法启动 #617

Open javalover520 opened 1 day ago

javalover520 commented 1 day ago

Search before asking

What happened

  1. 在管理界面上重启节点失效 微信图片_20240919140419 微信图片_20240919140429 微信图片_20240919140447 实际进程6343已经不存在了。

What you expected to happen

节点检测bug,目前是通过kill -0 pid方式检测,但实际检测进程结束了,返回值依然是0.

How to reproduce

进程结束,pid文件没有删除,界面重启失败。

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct

javalover520 commented 1 day ago

目前只能通过./control_hadoop.sh start datanode方式解决。