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

ReplicatedMap's getOperationCount stats are not updated while using the Java client #14143

Closed
alparslanavci opened this issue Nov 19, 2018 · 0 comments · Fixed by #14323
Closed

Comments

@alparslanavci
Copy link
Contributor

When performing get operations from Java client, the getOperationCount stats are not updated as expected.

@mmedenjak mmedenjak added this to the 3.12 milestone Nov 19, 2018
@sertugkaya sertugkaya added the Source: Community PR or issue was opened by a community user label Nov 23, 2018
@sancar sancar self-assigned this Dec 21, 2018
sancar pushed a commit to sancar/hazelcast that referenced this issue Dec 24, 2018
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143
sancar pushed a commit to sancar/hazelcast that referenced this issue Dec 24, 2018
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143

(cherry picked from commit 8c720c4)
sancar pushed a commit to sancar/hazelcast that referenced this issue Dec 24, 2018
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Map.getAll/Map.putAll stats for client were missing.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143
sancar pushed a commit to sancar/hazelcast that referenced this issue Dec 25, 2018
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Map.getAll/Map.putAll stats for client were missing.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143
sancar pushed a commit to sancar/hazelcast that referenced this issue Dec 25, 2018
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Map.getAll/Map.putAll stats for client were missing.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143

(cherry picked from commit ec14bd7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jan 29, 2019
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Map.getAll/Map.putAll stats for client were missing.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143

(cherry picked from commit ec14bd7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jan 30, 2019
Map.clear and Map.containsKey, ReplicatedMap.get were not updating
the stats.
ReplicatedMap.clear were updating the stats twice.

Map.getAll/Map.putAll stats for client were missing.

Fixed the issues above and added tests for member and client.

fixes hazelcast#14143
@mmedenjak mmedenjak modified the milestones: 3.12, 3.11.2 Jan 31, 2019
@mmedenjak mmedenjak added Source: Internal PR or issue was opened by an employee and removed Source: Community PR or issue was opened by a community user labels Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants