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

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDescriptor.java
 ##########
 @@ -58,6 +60,7 @@ static LedgerDescriptor createReadOnly(long ledgerId,
     abstract ByteBuf readEntry(long entryId) throws IOException;
 
     abstract long getLastAddConfirmed() throws IOException;
+    abstract Observable waitForLastAddConfirmedUpdate(long previoisLAC, 
Observer observer) throws IOException;
 
 Review comment:
   same typo previoisLAC
 
----------------------------------------------------------------
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

Reply via email to