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

   **FEATURE REQUEST**
   
   Currently, the async add operation in Bookie (e.g., asyncAddEntry) lacks a 
mechanism to fast-fail if the request is cancelled before actual I/O (e.g., 
writeAndFlush). This can lead to unnecessary resource consumption (e.g., thread 
pool, queue, direct mem) for cancelled requests, especially in high-throughput 
scenarios where clients may cancel pending writes due to timeouts or 
application logic.


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