dlg99 commented on code in PR #3710:
URL: https://github.com/apache/bookkeeper/pull/3710#discussion_r1055728783


##########
stream/server/src/main/java/org/apache/bookkeeper/stream/server/StorageServer.java:
##########
@@ -256,10 +260,19 @@ public static LifecycleComponent 
buildStorageServer(CompositeConfiguration conf,
 
             // Build http service
             if (bkServerConf.isHttpServerEnabled()) {
+                MetadataBookieDriver metadataDriver = 
BookieResources.createMetadataDriver(bkServerConf,

Review Comment:
   AFAICT, there is an internal cache in MetadataDrivers so if there is one 
already it will be reused



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