-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full_scan
interval are in minutes while run_full_partition_scan
intervals are in secoands
#4960
Comments
@yarongilor , please fix it ASAP |
rull_scan
interval are in minutes while run_full_partition_scan
intervals are in secoandsfull_scan
interval are in minutes while run_full_partition_scan
intervals are in secoands
we may be overloading some tests, with this high frequency scans... and as @fruch says, we have few reconnects for each round, and it can have an impact in the whole test/network... as a side change (less important) is to align the units used |
I don't think it ever caused a network issue or something. It is quite negligible since uses only 1 single connection. |
who exactly is working on reversed query support for scylla-bench ? and how's scylla-bench stability is related to SCT chocking scylla with all those rapid full scans ? also it's not 1 single connection, it's |
…terval make `run_full_partition_scan.interval` 2 minutes, insted two 2sec to avoid overloading scylla during this use case Ref: scylladb#4960
@yarongilor I think in the beginning you set it such low by mistake and then we saw it can handle this so we kept it. Regarding the scylla-bench support, I don't remember what happened with this. |
@roydahan , correct, this is what happened. |
In order to decrease connection requests load on cluster by scan thread. Intervals of 4 large-partitions longevities are increased to 5 minutes. Fixes: scylladb#4960
Did you see the comment from Dmitry from February? |
some cases have 2sec intervals, which seem to be very problematic (since it reconnect ~3 time each round)
we should align the meaning of interval, and also not do the scan in such small intervals
The text was updated successfully, but these errors were encountered: