Ed Welch

Results 51 comments of Ed Welch

@DylanGuedes and I were chatting on the side around this, the problem is this docker compose is running two query-frontends. The `read` target of Loki includes a query-frontend, therefore you...

The 504 error is coming from nginx, increasing timeouts in nginx should remove the 504 `proxy_read_timeout` iirc is the timeout to change

I just typed out a longer response but I'm on my phone and bumped a link and lost it 😬 The short version is that we are able to get...

I think I'm understanding the intent of this PR however as Cyril and Peri have both mentioned, it breaks a very much intended behavior of how Loki works today. Specifically...

I'm trying to understand better how your situation seems to differ from ours? The numbers you describe for peaks in memory don't resemble behaviors we see and I wonder if...

Oh my, so sorry to let this hit the stalebot 😬 We've talked about adding this for a long time!! Thanks so much for the PR, we've been super busy...

Apologies for never leaving any specific comments on this issue, but that's largely because I don't really have great news here. The problem is in how windows filesystems work. On...

>That is not entirely correct. When you open a file on Windows you can specify the sharing mode, aka what other processes and such should be able to do, and...

@zlepper quick question, how does your file rotation work on the affected servers? Is it the process that generates the files that does the rotation or is there an external...

Not being able to flush chunks can definitely lead to memory issues and hitting limits. Is there any more context around those failure logs? Could you check with debug logs?...