Kyle Kingsbury

Results 25 issues of Kyle Kingsbury

It'd be nice if we could pick shorter node names in plots like `jepsen.tests.bank/plot`; on ec2, for instance, you get legend names like "ec2-534-23-23-212.compute-1.amazonaws.com", which could be much shorter. I...

Right now we run the strobe binary synchronously, which a.) messes up graphs where we'd like to see the duration the strobe was active, and b.) prevents us from going...

In versions of HDRHistogram up to and including 2.1.9, a `DoubleHistogram(1000000, 4)` had a correlation coefficient greater than 0.99 with true quantiles in our [generative tests](https://github.com/aphyr/tesser/blob/d82895390264d8f6bf012fa4053a2003a500b574/math/test/tesser/quantiles_test.clj#L55-L202). However, it appears that...

### What happened? With etcd 3.5.3, running with `--experimental-initial-corrupt-check`, starting etcd with disk files that have had a few (p(flip) =~ 0.001) random bit flips can cause all kinds of...

type/feature
stale
stage/tracked

### What happened? With etcd 3.5.3 and jetcd 4.1.74.Final, I suspect that the effects of failed transactions can be visible to later readers and writers when processes are killed with...

type/question
stale

Hi there! It looks like there's a patch which fixes this compilation error: ``` java.lang.IllegalArgumentException: Must hint overloaded method: toArray clojure.lang.Compiler$CompilerException: Syntax error compiling deftype* at (multiset/core.clj:12:1). ``` It looks...

I'm not 100% sure about this, but I'm starting to suspect that calls to `org.httpkit.client/post` which throw `java.net.ConnectException` "Connection refused" may, in some cases, have actually completed successfully. Is there......

client
bug?
help welcome
can close?
needs more info

Building on #17927, in which `SINGLE_NODE` transactions exhibit lost updates on single-node clusters, I've also explored transactions which use `sessionOptions.setTransactionMode(CLUSTER_WIDE)`. Per RavenDB's [cluster-wide transactions documentation](https://ravendb.net/docs/article-page/6.0/csharp/server/clustering/cluster-transactions), "Concurrent cluster-wide transactions are guaranteed...