sijie commented on a change in pull request #1436: BP-14 force() API - client 
side implementation
URL: https://github.com/apache/bookkeeper/pull/1436#discussion_r193178396
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DistributionSchedule.java
 ##########
 @@ -197,6 +204,11 @@ public WriteSet copy() {
      */
     AckSet getAckSet();
 
+    /**
+     * Returns an ackset object useful to wait for all bookies in the ensemble,
+     * responses should be checked against this.
+     */
+    AckSet getAckSetForForceLedger();
 
 Review comment:
   `getEnsembleAckSet(long entryId)`. same reason as `getEnsembleWriteSet`.

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