You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/06 08:27:12 UTC

[GitHub] carryxyh closed pull request #42: Forking cluster strategy docs

carryxyh closed pull request #42: Forking cluster strategy docs
URL: https://github.com/apache/incubator-dubbo-docs/pull/42
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dubbo-user-book/demos/fault-tolerent-strategy.md b/dubbo-user-book/demos/fault-tolerent-strategy.md
index d00e310..185c0a3 100644
--- a/dubbo-user-book/demos/fault-tolerent-strategy.md
+++ b/dubbo-user-book/demos/fault-tolerent-strategy.md
@@ -54,7 +54,7 @@
 
 ### Forking Cluster
 
-并行调用多个服务器,只要一个成功即返回。通常用于实时性要求较高的读操作,但需要浪费更多服务资源。可通过 `forks="2"` 来设置最大并行数。
+并行调用多个服务器,返回响应速度最快的结果(可能是处理失败的结果)。通常用于实时性要求较高的读操作,但需要浪费更多服务资源。可通过 `forks="2"` 来设置最大并行数。
 
 ### Broadcast Cluster
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org