eaglewatcherwb commented on a change in pull request #8573: 
[FLINK-12670][runtime] Implement FailureRateRestartBackoffTimeStrategy
URL: https://github.com/apache/flink/pull/8573#discussion_r293396868
 
 

 ##########
 File path: 
docs/_includes/generated/restart_backoff_time_strategy_configuration.html
 ##########
 @@ -0,0 +1,26 @@
+<table class="table table-bordered">
+    <thead>
+        <tr>
+            <th class="text-left" style="width: 20%">Key</th>
+            <th class="text-left" style="width: 15%">Default</th>
+            <th class="text-left" style="width: 65%">Description</th>
+        </tr>
+    </thead>
+    <tbody>
+        <tr>
+            
<td><h5>restart-backoff-time-strategy.failure-rate.backoff-time</h5></td>
+            <td style="word-wrap: break-word;">"1 min"</td>
+            <td>Backoff time between two consecutive restart attempts.</td>
+        </tr>
+        <tr>
+            
<td><h5>restart-backoff-time-strategy.failure-rate.failure-rate-interval</h5></td>
+            <td style="word-wrap: break-word;">"1 min"</td>
+            <td>Time interval for measuring failure rate.</td>
+        </tr>
+        <tr>
+            
<td><h5>restart-backoff-time-strategy.failure-rate.max-failures-per-interval</h5></td>
+            <td style="word-wrap: break-word;">1</td>
+            <td>Maximum number of failures in given time interval before 
failing a job.</td>
+        </tr>
+    </tbody>
+</table>
 
 Review comment:
   OK

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


With regards,
Apache Git Services

Reply via email to