inputs.x509_cert: Fix timeout issue #8824
inputs.x509_cert: Fix timeout issue #8824ivorybilled merged 4 commits intoinfluxdata:masterfrom viperstars:bugfix/8809
Conversation
|
@viperstars looks good. Can you please add closes #8809 to your description so it will close the issue when we merge? |
It is added in the new commit message now. |
|
@viperstars I think github only evaluates the final commit message which is the PR description above. That's due to the fact that the changes are squashed before merge. So please simply open the PR at the github site and click |
It is updated now. Thanks for the tip. |
* reproduce timeout issue influxdata#8809 * fix timeout issue influxdata#8809 * set default timeout to 5s * closes influxdata#8809 Co-authored-by: 彭浩 <penghao@qiyi.com>
closes #8809
If timeout is not configured, it will be set to "5ns" when adding to inputs. This cause the timeout issue #8809. Test case for reproducing is added in commit ac4cda1.
I fix the issue by setting timeout to "0s".