morrySnow commented on code in PR #1896: URL: https://github.com/apache/doris-website/pull/1896#discussion_r1924802530
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/instance-management/CANCEL-DECOMMISSION-BACKEND.md: ########## @@ -28,6 +28,8 @@ under the License. 该语句用于撤销一个 BE 节点下线操作。 +> 存算分离模式下不支持此命令 Review Comment: 这个用 tips 提示一下吧 ```suggestion :::tip 存算分离模式下不支持此命令 ::: ``` ########## docs/sql-manual/sql-statements/cluster-management/instance-management/MODIFY-BACKEND.md: ########## @@ -34,6 +34,8 @@ This statement is used to modify the attributes of BE nodes. After modifying the | `disable_query` | Whether to disable queries, with the default value being `false`. After setting it to `true`, no new query requests will be scheduled to this BE node. | | `disable_load` | Whether to disable load, with the default value being `false`. After setting it to `true`, no new import requests will be scheduled to this BE node. | +> + Review Comment: 这是啥? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org