[ 
https://issues.apache.org/jira/browse/IOTDB-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573000#comment-17573000
 ] 

yanze chen commented on IOTDB-3920:
-----------------------------------

as same as https://issues.apache.org/jira/browse/IOTDB-3813

> [ 0.13.1 ] stop-server.sh , iotdb process does not exit
> -------------------------------------------------------
>
>                 Key: IOTDB-3920
>                 URL: https://issues.apache.org/jira/browse/IOTDB-3920
>             Project: Apache IoTDB
>          Issue Type: Bug
>    Affects Versions: 0.13.1-SNAPSHOT
>            Reporter: 刘珍
>            Assignee: yanze chen
>            Priority: Major
>         Attachments: insert_is_overflow.config-2.properties, log_all.log
>
>
> rel/0.13  23856d20a22ae3c3260d7b318151307a3f277bd9
> {color:#DE350B}对齐序列+ template{color} ,stop-server.sh,iotdb进程不退出:
> 1. benchmark运行附件中的脚本:insert_is_overflow.config.properties
> 2. benchmark写入完成,调用脚本停止数据库:
> 先执行flush
> start-cli.sh -e "flush"
> 再调用stop-server.sh,sleep 10秒,如果iotdb进程还存在,就kill -9 :
> stop-server.sh
> sleep 10
> iotdb_pid=`jps|grep IoTDB |awk '
> {print $1}
> '`
> if [ "${iotdb_pid}x" = "x" ];then
> echo "stop iotdb server successed."
> else
> echo "stop iotdb server failed."
> echo "stop iotdb server failed." >> ${iotdb_dir}/logs/stop_iotdb.log
> kill -9 ${iotdb_pid}
> fi



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to