Tyler Neely

Results 72 issues of Tyler Neely

[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog) - [ ] Write E2E tests - [ ] Compare the [benchmarking...

This script checks whether certain anomalies are correctly detected by our MVCC code, forcing conflicting transactions to abort as expected. Our system currently satisfies the requirements for Consistent View and...

This script can be used for verifying replication and WAL correctness in a light-weight and black-box manner: * start script, specifying both host:port and reconnect-host:reconnect-port if replication fail-over is what's...

Just read https://www.usenix.org/system/files/fast19-kourtis.pdf and it makes a really compelling case for the combination of stackful coroutines + proper linux AIO (and eventually SPDK support). This is a combination I could...

This seems like it could also be an issue with the C API.

bug

I haven't had a chance to dig in much yet, and I don't know if this is an issue in this crate, zstd upstream, an issue in a different crate,...

the API Gateway is the only thing that overlaps in functionality. Common complaints about it are: 1. flexibility 1. cost 1. performance We don't have numbers for cost or performance,...

kind/docs

libmesos has a grace period during which it will try to support the API from the last version, in order to support graceful cluster upgrades. libmesos-based mesos cluster upgrade story...

epic
api/v0

My friend @dallasmarlow told me that he has been seeing client timeouts against zk 3.3 and 3.4 using this zk client, as the session timeout is not being properly respected....

class/bug
priority/soon
priority/later
api/v0

Hello :) I'm excited to see automerge coming to the Rust ecosystem! One of the most effective time-saving engineering techniques I used while writing the first version of https://github.com/rust-crdt/rust-crdt (and...

enhancement