lamber-ken opened a new pull request #2356:
URL: https://github.com/apache/bookkeeper/pull/2356


   ### Motivation
   
   static code blocks are always invoked when the class is initialized, when 
client connect to bookkeeper server, output repeat init log
   
   ```
   2020-06-04 10:10:24,751 INFO  org.apache.bookkeeper.meta.MetadataDrivers     
               - BookKeeper metadata driver manager initialized
   2020-06-04 10:10:24,753 INFO  org.apache.bookkeeper.meta.MetadataDrivers     
               - BookKeeper metadata driver manager initialized
   2020-06-04 10:10:24,753 INFO  org.apache.bookkeeper.meta.MetadataDrivers     
               - BookKeeper metadata driver manager initialized
   ```
   
   ### Changes
   
   Remove redundant initialization code.


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


Reply via email to