Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ sbin/remove-datanode.bat [datanode_id]
# 2. 检查是否还有进程残留
jps
# 或者
ps -ef|gerp iotdb
ps -ef|grep iotdb

# 3. 如果有进程残留,则手动kill
kill -9 <pid>
Expand All @@ -339,4 +339,4 @@ sbin/remove-datanode.bat [datanode_id]
```Bash
cd /data/iotdb
rm -rf data logs
```
```