Il ven 4 ago 2017, 19:29 Sijie Guo ha scritto:
> On Fri, Aug 4, 2017 at 8:50 AM, Enrico Olivelli
> wrote:
>
> > 2017-08-04 17:38 GMT+02:00 Sijie Guo :
> >
> > > On Aug 4, 2017 5:27 AM, "Enrico Olivelli" wrote:
> > >
> > > Hi bookkeepers,
> > > I noticed that digests are computed on the mailWork
On Fri, Aug 4, 2017 at 8:50 AM, Enrico Olivelli wrote:
> 2017-08-04 17:38 GMT+02:00 Sijie Guo :
>
> > On Aug 4, 2017 5:27 AM, "Enrico Olivelli" wrote:
> >
> > Hi bookkeepers,
> > I noticed that digests are computed on the mailWorkerPool during addEntry
> > I think that it is better to do such co
2017-08-04 17:38 GMT+02:00 Sijie Guo :
> On Aug 4, 2017 5:27 AM, "Enrico Olivelli" 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 co
On Aug 4, 2017 5:27 AM, "Enrico Olivelli" 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