quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Continue watching for new members in the search client pool if an error can arise

Open fmassot opened this issue 3 years ago • 0 comments

In the search pool client, we update the pool with new cluster clients in a tokio task.

An error can happen in the task, and the update will stop. We should probably log the error and continue to watch the members channel.

https://github.com/quickwit-oss/quickwit/blob/main/quickwit-search/src/search_client_pool.rs#L181-L183

fmassot avatar Jul 27 '22 20:07 fmassot