This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push: new 7888695085 optimize the description of Seata-at-mode-start-rm-tm.md (#878) 7888695085 is described below commit 78886950855fcf852f5c10166230192485ba5d27 Author: Bowen Yang <63733116+yangli-...@users.noreply.github.com> AuthorDate: Wed Aug 21 09:05:34 2024 +0800 optimize the description of Seata-at-mode-start-rm-tm.md (#878) --- .../zh-cn/docusaurus-plugin-content-blog/seata-at-mode-start-rm-tm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh-cn/docusaurus-plugin-content-blog/seata-at-mode-start-rm-tm.md b/i18n/zh-cn/docusaurus-plugin-content-blog/seata-at-mode-start-rm-tm.md index ca8f697731..809d22b718 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-blog/seata-at-mode-start-rm-tm.md +++ b/i18n/zh-cn/docusaurus-plugin-content-blog/seata-at-mode-start-rm-tm.md @@ -16,7 +16,7 @@ date: 2019/11/28 这里附上 PR 地址:[https://github.com/apache/incubator-seata/pull/1936](https://github.com/apache/incubator-seata/pull/1936) -随后在 pr 中讨论中得知,目前 Seata 的设计是只有在发起方的 TM 才可以发起 GlobalRollbackRequest,RM 只能发送 BranchReport(false) 上报分支状态个 TC 服务端,无法直接发送 GlobalRollbackRequest 进行全局回滚操作。具体的交互逻辑如下: +随后在 pr 中讨论中得知,目前 Seata 的设计是只有在发起方的 TM 才可以发起 GlobalRollbackRequest,RM 只能发送 BranchReport(false) 上报分支状态到 TC 服务端,无法直接发送 GlobalRollbackRequest 进行全局回滚操作。具体的交互逻辑如下:  @@ -33,4 +33,4 @@ date: 2019/11/28 # 作者简介: -张乘辉,目前就职于中通科技信息中心技术平台部,担任 Java 工程师,主要负责中通消息平台与全链路压测项目的研发,热爱分享技术,微信公众号「后端进阶」作者,技术博客([https://objcoding.com/](https://objcoding.com/))博主,Seata Contributor,GitHub ID:objcoding。 \ No newline at end of file +张乘辉,目前就职于中通科技信息中心技术平台部,担任 Java 工程师,主要负责中通消息平台与全链路压测项目的研发,热爱分享技术,微信公众号「后端进阶」作者,技术博客([https://objcoding.com/](https://objcoding.com/))博主,Seata Contributor,GitHub ID:objcoding。 --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org