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 2019/07/25 16:28:39 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4813: Reuse ManagedLedgerFactory instances across SQL queries

merlimat opened a new pull request #4813: Reuse ManagedLedgerFactory instances across SQL queries
URL: https://github.com/apache/pulsar/pull/4813
 
 
   ### Motivation
   
   Make sure we keep reusing the same ManagedLedgerFactory instance across different splits and across multiple SQL queries executions. This will ensure all the underlying resources and threads (eg: ZK session, BK threads and TCP connection pool) are shared and reused. 
   
   This reduces the startup time for query execution.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services