Amos Kong

Results 11 issues of Amos Kong

If we restart a node after joining in a cluster, the pending NEW_NODE event might be delayed after restart. This patch changed to send the pending NEW_NODE event before shutdown....

### Version ``` $ rpm -qa |grep scylla scylla-kernel-conf-4.4.dev-0.20201117.df197e36fb8.x86_64 scylla-jmx-4.4.dev-0.20201117.df197e36fb8.noarch scylla-conf-4.4.dev-0.20201117.df197e36fb8.x86_64 scylla-4.4.dev-0.20201117.df197e36fb8.x86_64 scylla-tools-4.4.dev-0.20201117.df197e36fb8.noarch scylla-tools-core-4.4.dev-0.20201117.df197e36fb8.noarch scylla-python3-4.4.dev-0.20201117.df197e36fb8.x86_64 scylla-server-4.4.dev-0.20201117.df197e36fb8.x86_64 ``` ### Description I'm trying to verify fix of https://github.com/scylladb/scylla/issues/6990 The backup sstable files...

bug

*Installation details* Scylla version (or git commit hash): - scylla-tools all 4.3.2-0.20210301.5cdc1fa66-1 - scylla-tools (4.4~rc3-0.20210304.c2d924757-1) - java-1.8.0-openjdk-headless.x86_64 1:1.8.0.282.b08-1.el7_9 Cluster size: 4 OS (RHEL/CentOS/Ubuntu/AWS AMI): Ubuntu 20.04 ### Description The 'nodetool...

### Description - In clean machine, openjdk-8 will be installed as scylla-tools-java dependency. even openjdk-11 is available. It's acceptable. - we assume that the openjdk-8 is more stable? - or...

### Loader info - ami_id_loader: 'ami-063a97bde47353690' ``` +# loader AMI with c-s ver. 4 and few fixes: +# - fix NoSuchElementException +# - enable control over both consistency levels: regular...

from: https://github.com/scylladb/scylla/issues/2790#issuecomment-346643769 I will retest with laster scylla. Installation details Scylla version (or git commit hash): 1.7.4-0.20170726.ff643e3 2.0.rc4-0.20170903.6e6de34 Cluster size: 4 OS (RHEL/CentOS/Ubuntu/AWS AMI): CentOS7 Description cassandra-stress got stuck after...

``` $ rpm -qa |grep scylla scylla-conf-3.0.4-0.20190313.5e3a52024.el7.x86_64 scylla-tools-core-666.development-20190429.6bdb654.noarch scylla-tools-666.development-20190429.6bdb654.noarch ``` counter_write workload will be stuck after duration is end out if all population is wrote. It won't repeated to rewrite...

$ rpm -qa|grep scylla scylla-libstdc++73-7.3.1-1.2.el7.centos.x86_64 scylla-conf-3.0.0-0.20190114.37ab553f0.el7.x86_64 scylla-server-3.0.0-0.20190114.37ab553f0.el7.x86_64 scylla-libgcc73-7.3.1-1.2.el7.centos.x86_64 scylla-gdb-7.10.1-30.el7.centos.x86_64 scylla-tools-core-3.0.0-20190114.b9d3384c92.el7.noarch scylla-tools-3.0.0-20190114.b9d3384c92.el7.noarch scylla-libatomic73-7.3.1-1.2.el7.centos.x86_64 scylla-jmx-3.0.0-20190114.18bf97a.el7.noarch scylla-env-1.1-1.el7.noarch scylla-kernel-conf-3.0.0-0.20190114.37ab553f0.el7.x86_64 scylla-3.0.0-0.20190114.37ab553f0.el7.x86_64 * schema attached the schema of keyspace_sst3: [sst3_schema.yaml.txt](https://github.com/scylladb/scylla-tools-java/files/2767022/sst3_schema.yaml.txt) * workloads ``` # parepare write...

bug

``` $ rpm -qa |grep scylla scylla-tools-2.3.1-20181021.823346d3b0.el7.noarch scylla-conf-2.3.1-0.20181021.336c77166.el7.x86_64 scylla-tools-core-2.3.1-20181021.823346d3b0.el7.noarch ``` Steps: - create a cluster with 4 nodes - fill data by: `cassandra-stress user no-warmup profile=/tmp/sst3_schema.yaml ops'(insert=1)' cl=QUORUM n=10000000 -rate...

Debian 10: ### test steps 1. download unified package 2. uncompress the package 3. install: `./install.sh --nonroot` --sysconfdir /etc/default 4. try to run scylla_setup ``` cd ~/scylladb ./sbin/scylla_setup ``` ###...