This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a3a00c7  Website updated with c7cbfe57c2361f27d53a74f133232fedc3e594b7
a3a00c7 is described below

commit a3a00c7a038734aa18d3436ad18c8e8d480d59a5
Author: jenkins <[email protected]>
AuthorDate: Wed Jul 10 09:18:38 2019 +0000

    Website updated with c7cbfe57c2361f27d53a74f133232fedc3e594b7
---
 COMMIT_ID                                 | 2 +-
 en-us/docs/user/preface/architecture.html | 2 +-
 en-us/docs/user/preface/architecture.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/COMMIT_ID b/COMMIT_ID
index c31485a..09142e2 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-a6b49348dbf803df1db0ce95caeff1a9d11dce1c
+c7cbfe57c2361f27d53a74f133232fedc3e594b7
diff --git a/en-us/docs/user/preface/architecture.html 
b/en-us/docs/user/preface/architecture.html
index e50b40c..cbe05b9 100644
--- a/en-us/docs/user/preface/architecture.html
+++ b/en-us/docs/user/preface/architecture.html
@@ -62,7 +62,7 @@
 <li>'Provider' registers services to 'Register' and report time-consuming 
statistic(not include network overhead) to 'Monitor'</li>
 <li>'Consumer' gets a list of service provider addresses from 
<code>Registry</code>, call the provider directly according to the LB 
algorithm, report the time-consuming statistic to <code>Monitor</code>, which 
includes network overhead</li>
 <li>The connections between <code>Register</code>, <code>Provider</code> and 
<code>Consumer</code> are long connections, <code>Moniter</code> is an 
exception</li>
-<li><code>Register</code> is aware of the existence of <code>Provider</code> 
through the long connection, when <code>Provider</code> gets down, 
<code>Provider</code> will push the event to <code>Consumer</code></li>
+<li><code>Register</code> is aware of the existence of <code>Provider</code> 
through the long connection, when <code>Provider</code> gets down, 
<code>Register</code> will push the event to <code>Consumer</code></li>
 <li>It doesn't affect the already running instances of <code>Provider</code> 
and <code>Consumer</code> even all of the <code>Register</code> and 
<code>Monitor</code> get down, since <code>Consumer</code> got a cache of 
<code>Provider</code>s list</li>
 <li><code>Register</code> and <code>Monitor</code> are optional, 
<code>Consumer</code> can connect <code>Provider</code> directly</li>
 </ul>
diff --git a/en-us/docs/user/preface/architecture.json 
b/en-us/docs/user/preface/architecture.json
index 2d9e485..5ddb083 100644
--- a/en-us/docs/user/preface/architecture.json
+++ b/en-us/docs/user/preface/architecture.json
@@ -1,6 +1,6 @@
 {
   "filename": "architecture.md",
-  "__html": "<h1>Architecture</h1>\n<p><img 
src=\"../sources/images/dubbo-architecture.jpg\" 
alt=\"dubbo-architucture\"></p>\n<h5>Specification of Node's 
Role</h5>\n<table>\n<thead>\n<tr>\n<th>Node</th>\n<th>Role 
Spec</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Provider</code></td>\n<td>The
 provider exposes remote 
services</td>\n</tr>\n<tr>\n<td><code>Consumer</code></td>\n<td>The consumer 
calls the remote 
services</td>\n</tr>\n<tr>\n<td><code>Registry</code></td>\n<td>The registry i 
[...]
+  "__html": "<h1>Architecture</h1>\n<p><img 
src=\"../sources/images/dubbo-architecture.jpg\" 
alt=\"dubbo-architucture\"></p>\n<h5>Specification of Node's 
Role</h5>\n<table>\n<thead>\n<tr>\n<th>Node</th>\n<th>Role 
Spec</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Provider</code></td>\n<td>The
 provider exposes remote 
services</td>\n</tr>\n<tr>\n<td><code>Consumer</code></td>\n<td>The consumer 
calls the remote 
services</td>\n</tr>\n<tr>\n<td><code>Registry</code></td>\n<td>The registry i 
[...]
   "link": "/en-us/docs/user/preface/architecture.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to