This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new c9c3ffb8cc4 Update 12-全局视野来看Dubbo3的服务启动生命周期.md (#1774)
c9c3ffb8cc4 is described below
commit c9c3ffb8cc43120bf0e78e5eb783cd3228693535
Author: Yiminta <[email protected]>
AuthorDate: Wed Dec 28 21:21:37 2022 +0800
Update 12-全局视野来看Dubbo3的服务启动生命周期.md (#1774)
---
...57\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md" | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
"a/content/zh/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
"b/content/zh/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
index 935015f6671..a1bb88323c8 100644
---
"a/content/zh/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
+++
"b/content/zh/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
@@ -234,7 +234,7 @@ ModuleDeployer的start()方法代码:
}
try {
- //启动重或者已经启动了则直接返回一个Future对象
+ //启动中或者已经启动了则直接返回一个Future对象
if (isStarting() || isStarted()) {
return startFuture;
}
@@ -346,4 +346,4 @@ public enum DeployState {
Dubbo这一块后续可以优化以下,这里的状态切换全部耦合在一起了,可以考虑使用状态机将状态与行为解耦。
-
原文:[Dubbo启动器DubboBootstrap添加协议配置信息ProtocolConfig](https://blog.elastic.link/2022/07/10/dubbo/12-quan-ju-shi-ye-lai-kan-dubbo3.0.8-de-fu-wu-qi-dong-sheng-ming-zhou-qi/)
\ No newline at end of file
+
原文:[Dubbo启动器DubboBootstrap添加协议配置信息ProtocolConfig](https://blog.elastic.link/2022/07/10/dubbo/12-quan-ju-shi-ye-lai-kan-dubbo3.0.8-de-fu-wu-qi-dong-sheng-ming-zhou-qi/)