You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/01 12:28:12 UTC

[flink] branch master updated (6f6cfde -> 4beba91)

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

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 6f6cfde  [FLINK-12997][coordination] Release partitions on vertex reset
     new df3bba6  [hotfix][docs] Regenerate blob server configuration docs
     new 4beba91  [hotfix][docs] Update configuration page to list new netty shuffle options

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/_includes/generated/blob_server_configuration.html        | 10 +++++-----
 ...ation.html => netty_shuffle_environment_configuration.html} |  0
 docs/ops/config.md                                             |  4 ++--
 docs/ops/config.zh.md                                          |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)
 rename docs/_includes/generated/{network_environment_configuration.html => netty_shuffle_environment_configuration.html} (100%)


[flink] 01/02: [hotfix][docs] Regenerate blob server configuration docs

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit df3bba680cb41bad28a92ebcf3f1f414dd1cf4c7
Author: Zhijiang <wa...@aliyun.com>
AuthorDate: Fri Jun 28 16:35:41 2019 +0800

    [hotfix][docs] Regenerate blob server configuration docs
---
 docs/_includes/generated/blob_server_configuration.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/_includes/generated/blob_server_configuration.html b/docs/_includes/generated/blob_server_configuration.html
index 36b69c6..8749934 100644
--- a/docs/_includes/generated/blob_server_configuration.html
+++ b/docs/_includes/generated/blob_server_configuration.html
@@ -8,16 +8,16 @@
     </thead>
     <tbody>
         <tr>
-            <td><h5>blob.client.socket.timeout</h5></td>
-            <td style="word-wrap: break-word;">300000</td>
-            <td>The socket timeout in milliseconds for the blob client.</td>
-        </tr>
-        <tr>
             <td><h5>blob.client.connect.timeout</h5></td>
             <td style="word-wrap: break-word;">0</td>
             <td>The connection timeout in milliseconds for the blob client.</td>
         </tr>
         <tr>
+            <td><h5>blob.client.socket.timeout</h5></td>
+            <td style="word-wrap: break-word;">300000</td>
+            <td>The socket timeout in milliseconds for the blob client.</td>
+        </tr>
+        <tr>
             <td><h5>blob.fetch.backlog</h5></td>
             <td style="word-wrap: break-word;">1000</td>
             <td>The config parameter defining the backlog of BLOB fetches on the JobManager.</td>


[flink] 02/02: [hotfix][docs] Update configuration page to list new netty shuffle options

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4beba914564c779444b5d14e4aed4fb895fe7daf
Author: Zhijiang <wa...@aliyun.com>
AuthorDate: Fri Jun 28 16:36:40 2019 +0800

    [hotfix][docs] Update configuration page to list new netty shuffle options
---
 ...onfiguration.html => netty_shuffle_environment_configuration.html} | 0
 docs/ops/config.md                                                    | 4 ++--
 docs/ops/config.zh.md                                                 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/_includes/generated/network_environment_configuration.html b/docs/_includes/generated/netty_shuffle_environment_configuration.html
similarity index 100%
rename from docs/_includes/generated/network_environment_configuration.html
rename to docs/_includes/generated/netty_shuffle_environment_configuration.html
diff --git a/docs/ops/config.md b/docs/ops/config.md
index 4cffd9d..6a444a0 100644
--- a/docs/ops/config.md
+++ b/docs/ops/config.md
@@ -100,9 +100,9 @@ The default fraction for managed memory can be adjusted using the taskmanager.me
 
 {% include generated/security_configuration.html %}
 
-### Network Environment
+### Netty Shuffle Environment
 
-{% include generated/network_environment_configuration.html %}
+{% include generated/netty_shuffle_environment_configuration.html %}
 
 ### Network Communication (via Netty)
 
diff --git a/docs/ops/config.zh.md b/docs/ops/config.zh.md
index cebdcf0..ecdb54e 100644
--- a/docs/ops/config.zh.md
+++ b/docs/ops/config.zh.md
@@ -100,9 +100,9 @@ The default fraction for managed memory can be adjusted using the taskmanager.me
 
 {% include generated/security_configuration.html %}
 
-### Network Environment
+### Netty Shuffle Environment
 
-{% include generated/network_environment_configuration.html %}
+{% include generated/netty_shuffle_environment_configuration.html %}
 
 ### Network Communication (via Netty)