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_r124979057
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java
 ##########
 @@ -1491,6 +1493,11 @@ public long readLastAddConfirmed(long ledgerId) throws 
IOException {
         LedgerDescriptor handle = handles.getReadOnlyHandle(ledgerId);
         return handle.getLastAddConfirmed();
     }
+    
+    public Observable waitForLastAddConfirmedUpdate(long ledgerId, long 
previoisLAC, Observer observer) throws IOException {
 
 Review comment:
   minor 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