Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Warn user that reverse reads are crossing the soft limit /reaching the hard limit and are aborted #1245

Closed
slivne opened this issue Jan 17, 2021 · 0 comments · Fixed by #1306

Comments

@slivne
Copy link

slivne commented Jan 17, 2021

Please make sure that this is Advisor related.

Advisor already warns users that they have CQL reverse queries running
Reverse queries are bad because of memory and cpu usage

Starting from 4.3 we limit unlimited queries memory usage with soft limit and a a hard limit

scylladb/scylladb@fea5067

Logs will have
"Memory usage of reversed read exceeds hard limit of {} (configured via max_memory_for_unlimited_query_hard_limit), while reading partition {}"
"Memory usage of reversed read exceeds soft limit of {} (configured via max_memory_for_unlimited_query_soft_limit), while reading partition {}",

User should be warned on both

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants