刘珍 created IOTDB-3920:
-------------------------

             Summary: [ 0.13.1 ]
                 Key: IOTDB-3920
                 URL: https://issues.apache.org/jira/browse/IOTDB-3920
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: 刘珍
            Assignee: 张洪胤
         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