klion26 commented on a change in pull request #9047:
[FLINK-13109][docs-zh]Translate "Restart Strategies" page into Chinese
URL: https://github.com/apache/flink/pull/9047#discussion_r301865690
##########
File path: docs/dev/restart_strategies.zh.md
##########
@@ -114,63 +108,63 @@ restart-strategy: fixed-delay
<table class="table table-bordered">
<thead>
<tr>
- <th class="text-left" style="width: 40%">Configuration Parameter</th>
- <th class="text-left" style="width: 40%">Description</th>
- <th class="text-left">Default Value</th>
+ <th class="text-left" style="width: 40%">配置参数</th>
+ <th class="text-left" style="width: 40%">描述</th>
+ <th class="text-left">默认配置值</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>restart-strategy.fixed-delay.attempts</code></td>
- <td>The number of times that Flink retries the execution before the
job is declared as failed.</td>
- <td>1, or <code>Integer.MAX_VALUE</code> if activated by
checkpointing</td>
+ <td>作业宣告失败之前 Flink 重试执行的最大次数</td>
+ <td>1,如果启用了 checkpoint 的话是 <code>Integer.MAX_VALUE</code></td>
Review comment:
`启用 checkpoint 的话是 <code>Integer.MAX_VALUE</code>,否则是 1`?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services