Skip to content
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

Include details of abbreviations seen in exceptions #1190

Merged
merged 2 commits into from
Feb 3, 2020

Commits on Jul 21, 2019

  1. Include details of abbreviations seen in exceptions

    I have been getting Redis Timeout under high load, but it was not making sense at all. So i opened the source to understand what these abbreviations meant. I hope it will help people understand error messages a lot better.
    My CPU Use case:
    If Redis dedicated thread pool state looks good, and global thread pool has more free threads than minimum threads, but your CPU is usage is 90%, more likely you will face time outs, depending upon the size of bytes client is trying to read or write.
    marafiq authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    708a1ab View commit details
    Browse the repository at this point in the history
  2. Update Timeouts.md

    Updating abbreviations in markdown table.
    marafiq authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    307a988 View commit details
    Browse the repository at this point in the history