Takuya ASADA

Results 57 issues of Takuya ASADA

Currently, it's hard to implement some types of commands on our Redis server, since these commands requires CAS(compare-and-swap), but we haven't implemented it. To enable CAS and make it possible...

Introduce supporting yaml config file, to reuse scylla_setup parameters for multiple nodes. closes #6683

Measured i3en preset parameters again, because we currently use same preset parameter for i3en.3xlarge and larger instances, but there are small performance difference between instance size.

On GCE and Azure, scylla_io_setup automatically detect and skip iotune if possible. But on AWS, the script don't do that unless --ami passed. We should align the logic to GCE...

It seems like distribution original sysconfig files does not use double quote to set the parameter when the value does not contain space. Adding function to detect spaces in the...

This is v2 of https://github.com/scylladb/scylla/pull/8121 since it dequeued Changes: - switch to `scylla-driver` - use pip to install geomet-0.2 package Requires: - need to merge https://github.com/scylladb/scylla-python3/pull/22 before this PR ----...

This add support stripped binary installation for relocatable package. After this change, we will install stripped binary by default, and also install debug symbol optionally (./install.sh --debuginfo). When the option...

On most of the software distribution tar.gz, it has sub-directory to contain everything, to prevent extract contents to current directory. We should follow this style on our unified package too....

All mount units generated by systemd-fstab-generator have "Before=local-fs.target", it is opposite of our mount units. Seems like it is the reason we got "ordering cycle" error on #8482, we need...

Since current our interactive setup interface is very basic, we might able to improve it by using existing python CLI libraries. This version of the PR implemented autocompletion, input validation...