Madelyn Olson

Results 69 issues of Madelyn Olson

When we are not writing to disk (either on the primary or replica) there isn't a lot of sense in doing CRC64 checksumming during fullsync. We do checking summing at...

help wanted

*** [err]: Active defrag big list: standalone in tests/unit/memefficiency.tcl Expected 1.99 < 1.1 (context: type eval line 89 cmd {assert {$frag < 1.1}} proc ::test) https://github.com/valkey-io/valkey/actions/runs/11079314676/job/30788143655#step:8:6502 https://github.com/valkey-io/valkey/actions/runs/11004472200/job/30555463361#step:6:6478 https://github.com/valkey-io/valkey/actions/runs/10985498040/job/30497443840#step:6:6443 https://github.com/valkey-io/valkey/actions/runs/10976676636/job/30477689950#step:8:6518 https://github.com/valkey-io/valkey/actions/runs/10950803684/job/30406730303#step:8:6500

test-failure

https://github.com/valkey-io/valkey/actions/runs/11062161453/job/30736142712#step:6:814 ``` sock5637d462e7f0 => (IN PROGRESS) RESP3 based basic tracking-redir-broken with client reply off ```

test-failure

When moving from Standalone to Cluster, there are two API changes that end users need to consider: cross-slot commands and moving from multiple DBs to a single database. Although the...

client-changes-needed

One of the bottlenecks that we often observe in AWS is the time it takes to do a full sync either when replacing a node or bootstrapping a new nodes...

Error ``` sock56048fcc87c0 => (SPAWNED SERVER) pid:38170 - tests/integration/aof.tcl ``` We are seeing a fairly consistent failure like https://github.com/valkey-io/valkey/actions/runs/12919448042/job/36029989392#step:8:6146. In this case, the client connecting the AOF server is hanging...

test-failure

A few lines below this we set `::singledb` to 1. Normally we test on a random DB, which has helped us catch some random regressions in the past, I think...

### Describe the feature Support for all of the valkey-bloom APIs. See https://valkey.io/commands/#bloom for the full list. You can access them today through raw APIs, but it would be nice...

Unstaled
Stale
2_2_candidate

There is a module API, [SetCommandInfo](https://valkey.io/topics/modules-api-ref/#ValkeyModule_SetCommandInfo), which allows clients to provide argument information so that it auto-completes in some tooling like the CLI. E.X. vs