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

In ignite2.13.0, the number of cache hit times and the number of cache miss times are incorrectly calculated. #11307

Open
yisan1113 opened this issue Apr 7, 2024 · 0 comments

Comments

@yisan1113
Copy link

yisan1113 commented Apr 7, 2024

The number of cache hit times and the number of cache miss times are incorrectly calculated. We are using ignite version 2.13.0.
When I use two non-existent keys (A and B) and call getAll to query the cache, the number of misses for key A increases by 1, but the number of misses for key B does not increase by 1.
I suspect that only the local call misses metric is + 1, but the remote one is not. This doesn't feel reasonable. Can you help?
Here's how to intercept via arthas:
1
2
3
4

@yisan1113 yisan1113 changed the title ignite3.12.0版本缓存命中次数和未命中次数指标计算不准确 In ignite3.12.0, the number of cache hit times and the number of cache miss times are incorrectly calculated. Apr 9, 2024
@yisan1113 yisan1113 changed the title In ignite3.12.0, the number of cache hit times and the number of cache miss times are incorrectly calculated. In ignite2.13.0, the number of cache hit times and the number of cache miss times are incorrectly calculated. Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant