Adrien Guillo

Results 96 comments of Adrien Guillo

Here is the bug. Executing the REST API tests against a running node that does not have ingest V2 enabled still creates a shard and drops a few records in...

I don't think it's suitable for a contributor with little experience on the project. Can keep working on "good first issues" for now.

Errors to handle: - IO errors when follower replicates records to WAL (similar to #4149) - error on opening a new replication stream - replication stream timeout and transport errors

Do you observe this behavior before or after #4900?

Good. I suspect we do not follow the ES API spec for the `_search` on index not found, which induces the diverging behaviors observed between clients. I'll get to it.

Hi @densone, we tested Quickwit with 100+ nodes, with a relatively small state. That's all we can say for now. How many nodes do you target? How many key-value pairs...

This fails consistently on my machine: ```fish while true if not RUST_BACKTRACE=1 RUST_LOG=error c test --manifest-path quickwit/Cargo.toml -p quickwit-control-plane --lib test_build_physical_plan_with_locality break end end ```

A multi-tenant user (Iridescent) has to write some custom boilerplate code so that each time a new customer signs up, a new index is created. He would like to use...

We should already be retrying a few times (3?). Is that not working, or does the transient storage issue persist for a duration longer than our retry delay? The number...