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_r159362065
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/service/ListUnderReplicatedLedgerService.java
 ##########
 @@ -51,12 +49,12 @@
     static final Logger LOG = 
LoggerFactory.getLogger(ListUnderReplicatedLedgerService.class);
 
     protected ServerConfiguration conf;
-    protected ZooKeeper zk;
+    protected LayoutManager layoutManager;
 
-    public ListUnderReplicatedLedgerService(ServerConfiguration conf, 
ZooKeeper zk) {
+    public ListUnderReplicatedLedgerService(ServerConfiguration conf, 
LayoutManager layoutManager) {
 
 Review comment:
   Thanks, will change it.
   

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

Reply via email to