-
nebula 版本:2.0.1
-
部署方式:分布式
-
是否为线上版本:Y
-
问题的具体描述
nebula-graphd 进程不能kill
(admin@nebula) [test]> show hosts graph
+--------------+------+----------+---------+--------------+
| Host | Port | Status | Role | Git Info Sha |
+--------------+------+----------+---------+--------------+
| "10.11.21.65" | 9669 | "ONLINE" | "GRAPH" | "b4f6f0a" |
+--------------+------+----------+---------+--------------+
| "10.11.21.66" | 9669 | "ONLINE" | "GRAPH" | "b4f6f0a" |
+--------------+------+----------+---------+--------------+
| "10.11.21.67" | 9669 | "ONLINE" | "GRAPH" | "b4f6f0a" |
+--------------+------+----------+---------+--------------+
| "10.11.21.69" | 9669 | "ONLINE" | "GRAPH" | "b4f6f0a" |
[root logs]# source /etc/profile;/user/local/nebula/scripts/nebula.service start graphd
[ERROR] nebula-graphd already running: 16315
[root68 logs]# ps aux | grep 16315
root68 16315 0.0 0.0 0 0 ? S< Jul02 0:00 [kworker/20:1H]
root68 47879 0.0 0.0 112816 972 pts/0 S+ 13:26 0:00 grep --color=auto 16315
[root68 ]# kill -9 16315
[root68]# ps aux | grep 16315
root 16315 0.0 0.0 0 0 ? S< Jul02 0:00 [kworker/20:1H]
root 47881 0.0 0.0 112816 972 pts/0 S+ 13:26 0:00 grep --color=auto 16315```