Paul Masurel

Results 396 comments of Paul Masurel

It is supposed to only exit if no one holds its mailbox. I assume you want it to run so that you can add a source/an indexing pipeline in the...

I'm ok with dithcing the strftime format if we document with examples the format we accept. The time crate documentation is very technical and hard to grok.

# Analysis After landing https://github.com/quickwit-oss/quickwit/pull/1980 we will have only one merge pipeline for all pipelines. It behaves as follows. If a split is mature, we do not cache it. If...

@evanxg852000 I think @guilload had some clear idea on the solution.

Actually I'll pick that ticket @evanxg852000 and tackle it tomorrow

Finding other problems with the current code. Right now we do move splits out of the store when they are accessed, but we don't update stats at this point. This...

@evanxg852000 can you make the parameter configurable? (we do want to keep one global limit for all pipeplines)

@yangjinming1062 thank you for the report. Sources are able to let the Indexer know that there are no more message, and there won't be any more message in the future....

@fmassot have we shipped something about that?