Moreno Garcia e Silva
Moreno Garcia e Silva
``` use mysql; SHOW VARIABLES LIKE '%timeout%'; ``` @BBJG001 take a look at your timeout values on mysql.
`sysbench test run | tee mylogfile.log` You are absolutely right the verbosity needs to be set correctly too.
I will try to provide some answers but would like confirmation from scylla-operator developers. 1. Pod IP's are generally ephemeral. The k8s service IP is not ephemeral and new pods...
My two cents: make it part of scylla_setup.
@HenryBeWell I'm using 1.1.0 with this option and it works just fine.
https://github.com/akopytov/sysbench#debianubuntu I built it from the source. ``` sudo apt update -y sudo apt upgrade -y sudo apt -y install make automake libtool pkg-config libaio-dev libmysqlclient-dev libssl-dev ca-certificates mysql-client-core-8.0 screen...
From what I see in my own tests it will distribute sysbench threads across all system threads/cores. I used taskset in the past (not with sysbench) but it should work....
@clemenza did you try using the --scale parameter? --tables=1 --scale=100000 should get you close to 10TB if my calculations are not mistaken.
Absolutely should. It is on my plans to do it and since now I have a request from you I will prioritize it!
Hey, @VinceMD nice catch! I will definitely change that. Thanks for your feedback.