Roko

Results 15 comments of Roko

With -X queue.buffering.max.kbytes=16384 -X linger.ms=10 I saw the following: ``` | elapsed | msgs | bytes | rtt | dr | dr_m/s | dr_MB/s | dr_err | tx_err | outq...

Reran with Fedora 34 and saw the following: with `-X queue.buffering.max.kbytes=16384 -X linger.ms=10` ``` | elapsed | msgs | bytes | rtt | dr | dr_m/s | dr_MB/s | dr_err...

Since we now abort on bad allocs, could we on the abort send a message back saying where this happened? It might give us some insights into the scenarios in...

@jrkinley can you please rebase this on the latest?

I've seen schemas like this in the past: ```sql CREATE TABLE t1 (id UUID PRIMARY KEY, updated_at TIMESTAMPTZ, INDEX updated_at_index (updated_at)); ``` We should provide a warning or make it...