sijie commented on a change in pull request #2733: Extra logging for offloaders
URL: https://github.com/apache/pulsar/pull/2733#discussion_r223050909
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
 ##########
 @@ -689,6 +689,7 @@ public synchronized LedgerOffloader 
createManagedLedgerOffloader(ServiceConfigur
                     throw new PulsarServerException(ioe.getMessage(), 
ioe.getCause());
                 }
             } else {
+                log.info("No ledger offloader configured, using NULL 
instance");
 
 Review comment:
   I think this should be `LOG`? it seems this breaks the CI

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to