TakaHiR07 opened a new issue, #4577: URL: https://github.com/apache/bookkeeper/issues/4577
**QUESTION** I am confused in this part of code. I add another metric to monitor the latency of complete entry pendingResponse. And you can see that it also need to consume some time when the entry throughput is large. This code is done at a single journal critical thread. Why we not move the complete response in another thread? https://github.com/apache/bookkeeper/blob/2b5b992491e69a22933a2a9cde5f4e871b88b75a/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java#L1088-L1116  -- 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]
