PSeitz

Results 319 comments of PSeitz

It's improved a lot with #5540, but some really long type chains remain. Boxed or chains Response type chains We can replace the boxed or chains with a Vec, since...

When does this issue occur? Do you have something to reproduce?

Yes, you could start by breaking the code while the tests are still green and then adding the tests

One increase was during a single commit `7fb3aa54`, so something is not right

In some cases I didn't ingest data, so there shouldn't be any data inflight. I also didn't enable ingestv2 via `QW_ENABLE_INGEST_V2`.

``` [profile.release] codegen-units = 1 lto = "fat" # instead of "thin" ``` These setting don't always make a performance difference, we would need to confirm that first. I would...

What is the signal to kill the process, does it allow graceful shutdown like SIGTERM or is it SIGKILL?

Oh I just saw it says that in the title already. You probably want some atomic writes, where it writes to a temp file and then renames it to the...

How would you know if it's only missing an lz4 terminator and not more? How does it behave currently before it fails with "failed to fill whole buffer", e.g. does...