You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/07 19:15:17 UTC

[GitHub] [pulsar] michaeljmarshall opened a new pull request, #15075: Use tlsCertRefreshCheckDurationSec instead of 0 for refresh value

michaeljmarshall opened a new pull request, #15075:
URL: https://github.com/apache/pulsar/pull/15075

   ### Motivation
   
   The configuration value named `tlsCertRefreshCheckDurationSec` was not being used. Instead, the value was 0, which meant that the Pulsar component checked the cert for an update every time. Instead, we should honor the configuration.
   
   ### Modifications
   
   * Use `tlsCertRefreshCheckDurationSec`, not 0.
   
   ### Verifying this change
   
   This is a trivial change to use the configured value.
   
   ### Does this pull request potentially affect one of the following parts:
   
   This will change behavior to decrease filesystem usage.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on pull request #15075: Use tlsCertRefreshCheckDurationSec instead of 0 for refresh value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15075:
URL: https://github.com/apache/pulsar/pull/15075#issuecomment-1092111106

   @michaeljmarshall:Thanks for your contribution. For this PR, do we need to update docs?
   (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/master/.github/PULL_REQUEST_TEMPLATE.md#documentation), which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli merged pull request #15075: Use tlsCertRefreshCheckDurationSec instead of 0 for refresh value

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #15075:
URL: https://github.com/apache/pulsar/pull/15075


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org