YutSean opened a new issue, #4033:
URL: https://github.com/apache/bookkeeper/issues/4033

   **FEATURE REQUEST**
   
   1. We are using the distributedlog as a WAL storage. Currently, the 
AppendOnlyWriter only support a force method to make sure the data is already 
persistently stored in BK.
   
   2. The force method implemented by invoke transmit method twice to make sure 
the data in the first transmission is already done. But in our case, we do not 
want to wait the second data exchange. We only care about the data is already 
flushed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to