Results 67 issues of Ryan McGuire

I am [requesting certs](https://github.com/EnigmaCurry/d.rymcg.tech/blob/master/certificate-ca/ca/ca.sh#L43) with : ``` openssl req -new -key ${KEY} -out ${CSR} -nodes -subj "/CN=${SAN}" -addext "subjectAltName = DNS:${SAN}" -verbose ``` But Matterbridge complains with this: ``` Starting...

bug

I am playing around with [Leptos](https://github.com/leptos-rs/leptos#readme) which lets you write isomorphic Rust code that runs both on the server and in the web-browser. It uses code blocks like this to...

Test artifacts are stored on the frontend in a single table with each artifact a single row. This has worked fine for small tests, but this will hemorrhage with larger...

``` Active compaction remaining time : n/a [blade-11-4a] Executing task 'multi_nodetool' [blade-11-3a] Executing task 'multi_nodetool' [blade-11-2a] Executing task 'multi_nodetool' [blade-11-2a] run: JAVA_HOME=~/fab/jvms/jdk1.8.0_45 ~/fab/cassandra/bin/nodetool compactionstats [blade-11-4a] run: JAVA_HOME=~/fab/jvms/jdk1.8.0_45 ~/fab/cassandra/bin/nodetool compactionstats [blade-11-3a]...

Without one, stress will run multiple times at various thread counts. There's no support in cstar_perf for this. There is support in https://issues.apache.org/jira/browse/CASSANDRA-7918 but I'm currently not sure how best...

I've had some thoughts about how to restructure how we specify revisions in cstar_perf. Right now, you can specify any git reference. This is convenient, because the syntax is well...

It would be nice to have a load operation step that is distinct from the other operations, this can be used alongside the [leave_data setting](https://github.com/datastax/cstar_perf/pull/62/files) so that you can do...

We need a way to set block device readahead in the test, rather than relying on the cluster default in cluster_config.json.

It's not supported on docker, for instance, so we should have it be a cluster default setting.