Hi ,
I started to run the load tests now on Scylla Cluster 3 nodes CL=1 RL=3.
I used 10 loaders .
Got the following error in YCSB output when used 8000-500 threads
Caused by: com.datastax.driver.core.exceptions.ReadTimeoutException: Cassandra timeout during read query at consistency ONE (3 responses were required but only 2 replica responded)
in Scylla Logs
Jan 27 08:12:17 alon-scylla-03.localdomain scylla_run[37294]: WARNING: exceptional future ignored of type 'exceptions::mutation_write_timeout_exception': Operation timed out - received only 0 responses.
Jan 27 08:12:17 alon-scylla-03.localdomain scylla_run[37294]: WARNING: exceptional future ignored of type 'exceptions::mutation_write_timeout_exception': Operation timed out - received only 0 responses.
Jan 27 08:12:17 alon-scylla-03.localdomain scylla_run[37294]: WARNING: exceptional future ignored of type 'exceptions::mutation_write_timeout_exception': Operation timed out - received only 0 responses.
Jan 27 08:12:17 alon-scylla-03.localdomain scylla_run[37294]: WARNING: exceptional future ignored of type 'exceptions::mutation_write_timeout_exception': Operation timed out - received only 0 responses.
Jan 27 08:
No Core Dumps .
I did not get these errors when I used Scylla 1 node machine .
As Tzach recommended I will use CL = 3 and check if I get the same error .
Alon
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/56A88E80.1010309%40seadata.co.il.
For more options, visit https://groups.google.com/d/optout.




| Consistency Level | AVG OPS/Sec | MAX OPS/sec |
| THREE | 266508 | 281238 |
| QUOROM | 331472 | 353985 |
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/56A8ECA7.9030505%40seadata.co.il.

| AVG | 56424.99965 |
| MAX | 76432.27 |



Thanks alon a few questions/comments
On Feb 2, 2016 7:56 PM, "Alon Eldi" <alon...@seadata.co.il> wrote:
>
> Hi ,
>
> Following are the test results Cassandra version 2.2.4 - Cluster of 3 nodes - replication level 3 ; QUOROM consistency level .
>
> The test is using the same infrastructure as last week test (27-1-2016) on Scylla DB .
>
> 3 Cassandra nodes - Rackspace BareMetal Compute Class
I guess this is io class not compute
>
> 10 YCSB loaders - Rackspace BareMetal Compute Class
>
> YCSB counters :
>
>
>
> AVG
> 56424.99965
> MAX
> 76432.27
>
> Using OPS center :
>
> Following are the read requests :
>
>
>
> And Write Requests :
>
>
>
>
> Looking at the green line (Cluster Total) the Average of read + write is about AVG 60K Ops / Sec ..
>
> Scylla OPS/sec for this configuration was Avg - 330K ;
>
> This figures shows that Scylla is ~5.5 faster then Cassandra .
Aside from throughput is there a latency number as well
How long was the test run ?
Did any of the cassandra nodes had a stop the world pause ?
>
> Regards
>
> Alon
>
> Following is ops center overall statistics :
>
>
> --
> You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
> To post to this group, send email to scyllad...@googlegroups.com.
> Visit this group at https://groups.google.com/group/scylladb-users.
> To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/56B0EDB6.8010607%40seadata.co.il.
"Aside from throughput is there a latency number as well" - The latency number is given at the end of the run as summary report . and dispaled for each YCSB Client - I will add it for next runs .
How long was the test run ? ~ 45 minutes
Did any of the cassandra nodes had a stop the world pause ? There where YCSB timeout errors which I did not get in Scylla .