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_r301867313
##########
File path: docs/dev/restart_strategies.zh.md
##########
@@ -179,72 +173,74 @@ restart-strategy: failure-rate
<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><it>restart-strategy.failure-rate.max-failures-per-interval</it></td>
- <td>Maximum number of restarts in given time interval before failing a
job</td>
+ <td>作业失败之前在给定的时间间隔内的最大重启次数</td>
Review comment:
`单个时间间隔内允许的最大重启次数`?
----------------------------------------------------------------
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