scylladb / scylla-bench

42 stars 34 forks source link

Change defaults for retries #103

Closed fruch closed 2 years ago

fruch commented 2 years ago

Since we want by default to have retries across the board in SCT we now set the default as: -retry-number 10 -retry-interval 80ms,1s

vponomaryov commented 2 years ago

Retries in scope of 10 seconds sounds too small to me. Look at the time ranges for this error when we do not set retries. In most cases it is bigger than 10 seconds.

roydahan commented 2 years ago

I think 10 seconds retry is fine (even too big...).

vponomaryov commented 2 years ago

Ok, I won't resist. Just keep in mind that current approach has less than 10 seconds, because we have expo growth "80ms -> 1s"