Jackson Owens

Results 13 issues of Jackson Owens

Record a game completed statistic and persist it across process restarts by storing it in the local kv store.

Each in-memory game holds the entire wordset in memory. We can reduce memory consumption by using a shared reference to the word set. These word sets need to be persisted...

Reduce memory usage by paging in-and-out of memory as needed. Alternatively, don't keep games in-memory at all and read straight from Pebble.

Presently incomplete games are removed from memory after 72 hours and from disk after 24 hours: https://github.com/jbowens/codenames/commit/76610894476baa75ce041f613136f5fe75c78ff2 The effect is that we only guarantee your uncompleted game will be around...

Allow pausing and resuming the turn timer. The interface could be as simple as clicking the timer, but maybe that's not discoverable enough.

Allow setting a set of errnos rather than just a particular errno or a random one from the entire set. Update the cookbook for random faults to exclude any errnos...

https://tools.ietf.org/html/rfc2181#section-11

Add a new roachtest that stresses IMPORT cancellation with MVCC Range tombstones enabled. The IMPORTs use subsets of the total available files in order to produce varied mvcc range tombstone...

backport-22.2.x

Backport 3/3 commits from #88063. /cc @cockroachdb/release --- Remove a few methods from the `Engine` interface type that don't belong. **storage: remove Engine.InMem** Remove storage.Engine's InMem method. This method was...

It's an unused parameter. Hi Evan 👋