sijie commented on a change in pull request #220: BOOKKEEPER-1095: Long Poll - Server and Client Side Changes URL: https://github.com/apache/bookkeeper/pull/220#discussion_r127828802
########## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDescriptorImpl.java ########## @@ -101,4 +101,9 @@ ByteBuf readEntry(long entryId) throws IOException { long getLastAddConfirmed() throws IOException { return ledgerStorage.getLastAddConfirmed(ledgerId); } + + @Override + Observable waitForLastAddConfirmedUpdate(long previoisLAC, Observer observer) throws IOException { Review comment: done ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services