Glauber Costa
Glauber Costa
This PR adds prometheus metrics to chiseld. An external prometheus server can then scrape these metrics. Design decisions: - There are two types of metrics: core and app. Core metrics...
This method takes a slice from the sqe queue, but that is completely wrong: the sqe queue is a circular buffer, so if you try to get 2 elements at...
This patch fixes instances where the rust_2018 lint would complain. They are related to elided lifetimes. Because there are no other complains, I am taking the liberty of adding the...
This is u32 for prep_read_fixed. It is confusing to have differing types for both operations. Standardizing on u32 seems to match a trend towards uring deterministic size types for these...
sqlite files can often get corrupted, as they lack a checksum. sqlite has a `.restore` command in the shell, and we should have a version of that for us to...
EBS volumes created by the script are not set to be deleted at termination. When terminating the instances manually, we are prompted about that.
One of our users just noticed this: ``` -tspw,--truststore-password Client SSL: password of the truststore -u,--use-unset Use 'unset' values in prepared statements -u,--username username for cassandra authentication -v,--verbose ``` `-u`...
I have recently tried to install our packages as rootless .tar.gz and scylla and scylla-jmx worked great. The greatest amount of trouble came from where I expected less, scylla-java-tools A...
In many occasions we are forced to run multiple clients not because there is a bottleneck in the client machine, but because the low number of connections. Ideally, we would...
This was seen by a user today: For some reason we can't get to the proper REST endpoint to serve a JMX request, and as a result we print the...