zhijiangW 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_r297490427
########## 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: Why this changed? I think it should not be changed, and you could double check. ---------------------------------------------------------------- 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