We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Global counters are accurate, but the pool counters are not. Seems like a variation of #12405 still in play.
> dumpStats() acl-drops 0 latency1-10 0 cache-hits 1247 latency10-50 0 cache-misses 1 latency100-1000 0
> getPool(""):getCache():printStats() Entries: 1/100000 Hits: 1247 Misses: 1248
Similar issue as described in #12405, looks like global counters got updated, but maybe not pool counters.
Maybe this is just the way it has to work, which is also OK.
The text was updated successfully, but these errors were encountered:
rgacogne
Successfully merging a pull request may close this issue.
Short description
Global counters are accurate, but the pool counters are not. Seems like a variation of #12405 still in play.
Environment
Steps to reproduce
Expected behaviour
Actual behaviour
Other information
Similar issue as described in #12405, looks like global counters got updated, but maybe not pool counters.
Maybe this is just the way it has to work, which is also OK.
The text was updated successfully, but these errors were encountered: