Ah sorry never mind. Confused collector and collector manager
On Fri, Sep 24, 2021, 6:51 AM Michael Sokolov wrote:
> Separate issue, but this collector is not going to work with concurrent
> search since the sum is not updated in a thread safe manner. Maybe you
> don't care, since you don't use
Separate issue, but this collector is not going to work with concurrent
search since the sum is not updated in a thread safe manner. Maybe you
don't care, since you don't use a thread pool to execute your queries, but
you probably should!
On Wed, Sep 22, 2021, 8:38 AM Adrien Grand wrote:
> Hi St