Aitozi commented on a change in pull request #8455:
[FLINK-12284,FLINK-12637][Network,Metrics]Fix the incorrect inputBufferUsage
metric in credit-based network mode
URL: https://github.com/apache/flink/pull/8455#discussion_r297491110
##########
File path: docs/_includes/generated/blob_server_configuration.html
##########
@@ -7,16 +7,16 @@
</tr>
</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>
Review comment:
I also notice this, but i have not change this part, does this comes from
some commit which does not generate the html?
----------------------------------------------------------------
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