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

Fix null reference exception in simple queue cache. #2829

Merged

Commits on Mar 8, 2017

  1. Fix null reference exception in simple queue cache.

    Simple queue cache was not rate limiting correctly, leading to messages being removed outside the expected cache purge behavior.  This led to null references in cache cursors under load.
    
    Rate limiting fixed..
    Code block which removed messages from cache outside the context of the expected purge behavior was removed.
    jason-bragg committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c8fad7f View commit details
    Browse the repository at this point in the history