Andrew J. Stone

Results 49 issues of Andrew J. Stone

In order to prevent extra hashmap lookups we can encode the type of registered file descriptor (socket, timer, user event) in the unique id of the event. This could also...

question
performance

Right now the api uses a `usize` for ids. Make it typesafe and the code easier to read.

enhancement

Hi all, I can't find any precise documentation around compatibility of v3 clients with given versions and v3 servers with given versions. While it may be possible to take entire...

help wanted
area/clientv3
stage/tracked

Reads don't need to go into the log. They just need to receive quorum in order to be linearizable. When a read occurs and there are no outstanding prepare messages,...

performance
Memory Usage

Right now the log is only GC'd during commits when the `global_min_accept` and `commit_num` align. The other opportunity to do this is when `global_min_accept` is incremented to reach the` commit_num`....

Intro-to-haret
Memory Usage

The cli command `metrics ` causes the admin server to crash: `ajs@shelbs:~/haret$ thread '' panicked at 'internal error: entered unreachable code', haret/src/admin/connection_handler.rs:93` Oddly enough this only brings down that thread....

bug
Intro-to-haret

This root consensus group is used for administrative commands that need to be consistent across the cluster. Things it's used for are: * Creating and Deleting namespaces * Global Configuration...

RFC Required

Allow retrieving statistics and information from different components of the system from the admin server. This relies on some work on rabble that is [currently underway](https://github.com/andrewjstone/rabble/pull/11).