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 2020/08/05 10:26:47 UTC

[flink] 01/03: [hotfix][docs][config] Sort entries

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 e30648863e853fe58e0410d7f52f1192b3fe02d4
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Aug 3 13:32:11 2020 +0200

    [hotfix][docs][config] Sort entries
---
 .../_includes/generated/all_taskmanager_network_section.html | 12 ++++++------
 .../generated/netty_shuffle_environment_configuration.html   | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/_includes/generated/all_taskmanager_network_section.html b/docs/_includes/generated/all_taskmanager_network_section.html
index 4e65fe8..6c2a11b 100644
--- a/docs/_includes/generated/all_taskmanager_network_section.html
+++ b/docs/_includes/generated/all_taskmanager_network_section.html
@@ -57,12 +57,6 @@
             <td>The number of Netty client threads.</td>
         </tr>
         <tr>
-            <td><h5>taskmanager.network.retries</h5></td>
-            <td style="word-wrap: break-word;">0</td>
-            <td>Integer</td>
-            <td>The number of retry attempts for network communication. Currently it's only used for establishing input/output channel connections</td>
-        </tr>
-        <tr>
             <td><h5>taskmanager.network.netty.num-arenas</h5></td>
             <td style="word-wrap: break-word;">-1</td>
             <td>Integer</td>
@@ -104,5 +98,11 @@
             <td>Integer</td>
             <td>Maximum backoff in milliseconds for partition requests of input channels.</td>
         </tr>
+        <tr>
+            <td><h5>taskmanager.network.retries</h5></td>
+            <td style="word-wrap: break-word;">0</td>
+            <td>Integer</td>
+            <td>The number of retry attempts for network communication. Currently it's only used for establishing input/output channel connections</td>
+        </tr>
     </tbody>
 </table>
diff --git a/docs/_includes/generated/netty_shuffle_environment_configuration.html b/docs/_includes/generated/netty_shuffle_environment_configuration.html
index 94cb5ee..018296a 100644
--- a/docs/_includes/generated/netty_shuffle_environment_configuration.html
+++ b/docs/_includes/generated/netty_shuffle_environment_configuration.html
@@ -75,12 +75,6 @@
             <td>The number of Netty client threads.</td>
         </tr>
         <tr>
-            <td><h5>taskmanager.network.retries</h5></td>
-            <td style="word-wrap: break-word;">0</td>
-            <td>Integer</td>
-            <td>The number of retry attempts for network communication. Currently it's only used for establishing input/output channel connections</td>
-        </tr>
-        <tr>
             <td><h5>taskmanager.network.netty.num-arenas</h5></td>
             <td style="word-wrap: break-word;">-1</td>
             <td>Integer</td>
@@ -122,5 +116,11 @@
             <td>Integer</td>
             <td>Maximum backoff in milliseconds for partition requests of input channels.</td>
         </tr>
+        <tr>
+            <td><h5>taskmanager.network.retries</h5></td>
+            <td style="word-wrap: break-word;">0</td>
+            <td>Integer</td>
+            <td>The number of retry attempts for network communication. Currently it's only used for establishing input/output channel connections</td>
+        </tr>
     </tbody>
 </table>