zhaijack commented on a change in pull request #936: Issue 897: un-bind
zookeeper from bookkeeper admin
URL: https://github.com/apache/bookkeeper/pull/936#discussion_r159589228
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/discover/RegistrationManager.java
##########
@@ -22,16 +22,36 @@
import
org.apache.bookkeeper.common.annotation.InterfaceAudience.LimitedPrivate;
import org.apache.bookkeeper.common.annotation.InterfaceStability.Evolving;
import org.apache.bookkeeper.conf.ServerConfiguration;
+import org.apache.bookkeeper.meta.LayoutManager;
+import org.apache.bookkeeper.stats.NullStatsLogger;
import org.apache.bookkeeper.stats.StatsLogger;
+import org.apache.bookkeeper.util.ReflectionUtils;
import org.apache.bookkeeper.versioning.Version;
import org.apache.bookkeeper.versioning.Versioned;
+import org.apache.commons.configuration.ConfigurationException;
/**
* Registration manager interface, which a bookie server will use to do the
registration process.
*/
@LimitedPrivate
@Evolving
-public interface RegistrationManager extends AutoCloseable {
+public interface RegistrationManager extends LayoutManager, AutoCloseable {
Review comment:
Thanks, will remove the extend here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services