zwOvO commented on PR #4156:
URL: https://github.com/apache/bookkeeper/pull/4156#issuecomment-1854101443

   > Why do we need this change?
   @hangc0276 The default value of StatsProviderClass is NullStatsProvier.class
   ```java
       public Class<? extends StatsProvider> getStatsProviderClass()
           throws ConfigurationException {
           return ReflectionUtils.getClass(this, STATS_PROVIDER_CLASS,
                                           NullStatsProvider.class, 
StatsProvider.class,
                                           DEFAULT_LOADER);
       }
   ``` 


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