sijie commented on a change in pull request #1192: BP-29 (task 3): use metadata 
service uri for constructing registration client
URL: https://github.com/apache/bookkeeper/pull/1192#discussion_r170774418
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
 ##########
 @@ -141,7 +141,7 @@ private void initialize(ServerConfiguration conf, 
ZooKeeper zkc)
             LedgerManagerFactory ledgerManagerFactory = 
AbstractZkLedgerManagerFactory
                     .newLedgerManagerFactory(
                         conf,
-                        bkc.getRegClient().getLayoutManager());
+                        bkc.getMetadataClientDriver().getLayoutManager());
 
 Review comment:
   that is in subsequent change. all the changes I am dealing here is about 
bookkeeper client and reg client. I will have a subsequent change for bookie 
and reg manager, a change for ledger manager and a change (or few changes) for 
auditor & underreplicated managers.

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