You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/11/19 02:07:49 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #7150: Add version rollback information

morningman commented on a change in pull request #7150:
URL: https://github.com/apache/incubator-doris/pull/7150#discussion_r752811009



##########
File path: docs/zh-CN/installing/upgrade.md
##########
@@ -80,3 +80,12 @@ Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以
 1. 确认新版本的文件部署完成后。逐台重启 FE 和 BE 实例即可。
 2. 建议逐台重启 BE 后,再逐台重启 FE。因为通常 Doris 保证 FE 到 BE 的向后兼容性,即老版本的 FE 可以访问新版本的 BE。但可能不支持老版本的 BE 访问新版本的 FE。
 3. 建议确认前一个实例启动成功后,在重启下一个实例。实例启动成功的标识,请参阅安装部署文档。
+
+## 关于版本回滚
+因为数据库是一个有状态的服务,所以在大多数情况下,Palo/Doris 无法支持版本回滚(版本降级)。在某些情况下,可以支持 3 位或 4 位版本的回滚,但不会支持 2 位版本的回滚。
+
+所以建议通过先升级部分节点并观察业务运行情况的方式(灰度升级)来降低升级风险。
+
+如有回滚需求,请事先联系 Palo/Doris 开发人员进行确认。

Review comment:
       ```suggestion
   如有回滚需求,建议咨询 Doris 开发或运维人员。
   ```

##########
File path: docs/zh-CN/installing/upgrade.md
##########
@@ -80,3 +80,12 @@ Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以
 1. 确认新版本的文件部署完成后。逐台重启 FE 和 BE 实例即可。
 2. 建议逐台重启 BE 后,再逐台重启 FE。因为通常 Doris 保证 FE 到 BE 的向后兼容性,即老版本的 FE 可以访问新版本的 BE。但可能不支持老版本的 BE 访问新版本的 FE。
 3. 建议确认前一个实例启动成功后,在重启下一个实例。实例启动成功的标识,请参阅安装部署文档。
+
+## 关于版本回滚
+因为数据库是一个有状态的服务,所以在大多数情况下,Palo/Doris 无法支持版本回滚(版本降级)。在某些情况下,可以支持 3 位或 4 位版本的回滚,但不会支持 2 位版本的回滚。

Review comment:
       In many cases it is possible, but there is currently no clear guarantee. So this is a suggestion




-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org