Re: Digests are computed inside the mailWorkerPool

2017-08-04 Thread Enrico Olivelli
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

Re: Digests are computed inside the mailWorkerPool

2017-08-04 Thread Sijie Guo
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

Re: Digests are computed inside the mailWorkerPool

2017-08-04 Thread Enrico Olivelli
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

Re: Digests are computed inside the mailWorkerPool

2017-08-04 Thread 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 code https://github.com/apache/bookkeeper/pull/389 the