Bryan Boreham

Results 835 comments of Bryan Boreham

Perhaps worth posting this link: https://www.linkedin.com/posts/richardsonalexis_hi-everyone-i-am-very-sad-to-announce-activity-7160295096825860096-ZS67

Yes, the `weave` script assumes Docker. If you have necessary tools installed you can run `weave --local`. Add `--docker-api=''` to stop it trying to talk to Docker. Take a look...

I know almost nothing about Podman. I guess `--podman` would parallel `--local`. If it has an API like Docker then `--podman-api` would parallel `--docker-api`. Perhaps an environment variable. Probably not...

Ref https://github.com/prometheus/test-infra/issues/249

Sorry, I had not previously noticed this PR. I found the code quite difficult to understand. The idea is to seek all iterators until they are past the one being...

~Update on this: the extra benchmark Marco added shows that small sets of alternates slow down with my change, so more work is needed.~ Update 2024-07-02: the slow-down has disappeared,...

Linking #14220, which I read as "add the sender/receiver implementation of created_timestamp".

I read through the code, and I couldn't see the justification to add tombstones per-chunk. Chunks are incredibly low-level, and the head block already has a `MemTombstones` that stores against...

Split parts out to #14322, #14328 #14333.

Just wanted to highlight #14074, which I think could improve the optics, at some CPU cost. I didn't understand this issue enough to make a test case.