michaeljmarshall commented on issue #19155:
URL: https://github.com/apache/pulsar/issues/19155#issuecomment-1374230183

   Notes: one of the objects is created here
   
   
https://github.com/apache/pulsar/blob/4b8f447d88d3523c36903c5d984541d6c5571978/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java#L1772-L1775
   
   and the other is here
   
   
https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreManagedLedgerOffloader.java#L643-L647
   
   and another is here
   
   
https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/tiered-storage/file-system/src/main/java/org/apache/bookkeeper/mledger/offload/filesystem/impl/FileSystemManagedLedgerOffloader.java#L383-L385
   
   In my testing, the issue came from using the `BlobStore`, based on looking 
at the code, it's probably because of how the `Properties` object is used. Note 
that code alone could be optimized.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to