On Aug 4, 2017 5:27 AM, "Enrico Olivelli" <eolive...@gmail.com> wrote:
Hi bookkeepers, I noticed that digests are computed on the mailWorkerPool during addEntry I think that it is better to do such computation outside the pool I have drafted a patch to share my code https://github.com/apache/bookkeeper/pull/389 the patch covers only LedgerHandleAdv as it is just a proof of concept opinions ? Because there is always a thread need to run this computation, I am not sure how much performance gain you can get from this? Do you have any performance results before making any such changes? Sijie -- Enrico