This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch fix_stop in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e450a2bb593c6bf0f4337797a88e4be302100c19 Author: qiaojialin <[email protected]> AuthorDate: Mon Jul 4 10:54:12 2022 +0800 add stop-confignode --- docs/Download/README.md | 3 +++ docs/zh/Download/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/Download/README.md b/docs/Download/README.md index 0c35b44175..893c892ce7 100644 --- a/docs/Download/README.md +++ b/docs/Download/README.md @@ -106,6 +106,9 @@ Legacy version are available here: [https://archive.apache.org/dist/iotdb/](http We DO NOT recommend using preview release on-line, and DO NOT upgrade 0.13 to a preview release. - The UserGuide of 0.14.0-preview is still in the **latest**. +**<font color=red>NOTE: Do not use the stop-confignode.bat/sh script, which has a bug that may kill other process</font>**: + + - **After we release 0.14.0, how to upgrade from v.13.x to v0.14.x?** - **Version 0.14 has changed the SQL syntax conventions (please refer to the syntax conventions section of the user manual), the incompatibilities are as follows:** diff --git a/docs/zh/Download/README.md b/docs/zh/Download/README.md index 2759dcb2f7..905854c60f 100644 --- a/docs/zh/Download/README.md +++ b/docs/zh/Download/README.md @@ -104,6 +104,9 @@ - 0.14.0-preview1 的用户手册在 latest 栏目,未单独新建栏目,正式版会新建栏目。 +**<font color=red>注意: 不要使用 stop-confignode.bat/sh 脚本,会误杀其他进程</font>**: + + - 如何从 v0.13.x 升级到 v0.14.x? - **0.14 版本进行了 SQL 语法约定的改动(请参考用户手册语法约定章节),不兼容之处如下:**
