Takuya ASADA
Takuya ASADA
We disabled coredump compression by default because it was too slow, but recent versions of systemd-coredump supports faster zstd based compression, so let's enable compression by default when zstd support...
Since Java based tools and JMX server are deprecated, drop them from submodule, build system and package definition. Related scylladb/scylla-tools-java#370 Related #14856
Support building packages in Github Actions. This includes to add support building in Ubuntu, since Github Actions only provides Ubuntu based image for Linux build. Note that we don't use...
On https://github.com/scylladb/scylladb/pull/14674, we are trying to refactor setup scripts and config files. Since it big change, it will break compatibility with existing scripts. To avoid Jenkins test failure when we...
Since we dropped Java check from unified installer and jmx, we need to do it on scylla-tools. Related https://github.com/scylladb/scylladb/pull/17969
On nonroot tests, it defined to call $prefix/share/cassandra/bin/nodetool at: https://github.com/scylladb/scylla-cluster-tests/blob/447dff1e56bebb0f37d42588a09d3f6e0b24a5f8/sdcm/cluster.py#L2423 Now it broken since we dropped scylla-jmx at https://github.com/scylladb/scylladb/commit/3cd2a6173668c5a13b6e674f912ff597f76422f5. And also we will drop scylla-tools from unified installer soon: https://github.com/scylladb/scylladb/issues/20739...
I found that iotune causes following assertion error when the environment does not have enough memory: ``` $ iotune --fs-check --evaluation-directory . --default-log-level info iotune: seastar/src/core/resource.cc:636: seastar::resource::resources seastar::resource::allocate(seastar::resource::configuration &): Assertion...