Skip to content
Snippets Groups Projects
Commit d6a61904 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: warn when transaction waits for quota for too long

If a vinyl transaction stalls waiting for quota for more than
box.cfg.too_long_threshold seconds, emit a warning to the log:

  W> waited for 699089 bytes of vinyl memory quota for too long: 0.504 sec

This will help us understand whether our users experience lags
due to absence of throttling in vinyl (see #1862).

Closes #3096
parent 7e652c22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment