This is an automated email from the ASF dual-hosted git repository.

Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b397de997b1 [Log] Tighten transient SSL factory renewal retry log 
message in RenewableTlsUtils (#18403)
b397de997b1 is described below

commit b397de997b15dff3564dbdd1841485779e8edb1e
Author: Deepak kumar <[email protected]>
AuthorDate: Thu Aug 13 12:26:45 2026 -0700

    [Log] Tighten transient SSL factory renewal retry log message in 
RenewableTlsUtils (#18403)
---
 .../main/java/org/apache/pinot/common/utils/tls/RenewableTlsUtils.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-common/src/main/java/org/apache/pinot/common/utils/tls/RenewableTlsUtils.java
 
b/pinot-common/src/main/java/org/apache/pinot/common/utils/tls/RenewableTlsUtils.java
index f3e19e52220..cd023c7ac2b 100644
--- 
a/pinot-common/src/main/java/org/apache/pinot/common/utils/tls/RenewableTlsUtils.java
+++ 
b/pinot-common/src/main/java/org/apache/pinot/common/utils/tls/RenewableTlsUtils.java
@@ -289,7 +289,7 @@ public class RenewableTlsUtils {
               LOGGER.info(
                   "reloadSslFactory :: Encountered issues when renewing 
SSLFactory "
                   + "{} (built from key store {} and "
-                  + "truststore {}) on ", baseSslFactory, keyStorePath, 
trustStorePath, e);
+                  + "truststore {}), retrying if attempts remain", 
baseSslFactory, keyStorePath, trustStorePath, e);
               return false;
             }
           });


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to