-
Notifications
You must be signed in to change notification settings - Fork 1.9k
IGNITE-23169 Conflict put/remove cache operations metrics #11627
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shishkovilja
requested changes
Nov 2, 2024
...core/src/test/java/org/apache/ignite/internal/metric/CacheMetricsConflictOperationsTest.java
Outdated
Show resolved
Hide resolved
...core/src/test/java/org/apache/ignite/internal/metric/CacheMetricsConflictOperationsTest.java
Outdated
Show resolved
Hide resolved
...core/src/test/java/org/apache/ignite/internal/metric/CacheMetricsConflictOperationsTest.java
Outdated
Show resolved
Hide resolved
306c113 to
67ac553
Compare
shishkovilja
approved these changes
Nov 14, 2024
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheMetricsImpl.java
Outdated
Show resolved
Hide resolved
...a/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java
Outdated
Show resolved
Hide resolved
modules/core/src/test/java/org/apache/ignite/internal/metric/DataReplicationMetricsTest.java
Outdated
Show resolved
Hide resolved
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientCache.java
Show resolved
Hide resolved
830f1f9 to
a7a2e3d
Compare
timoninmaxim
approved these changes
Nov 22, 2024
* Cache #putAllConflict() & #removeAllConflict() metrics
* Non-transactional cache metrics * Thin client tests
* code style
* docs
* test suite updated
* test extra settings removed
* redundant code removed
* redundant code removed (2x)
* test refactored
* test fixes
* test refactored
* redundant metrics removed
* minor code style fixes
* Test moved * minor code style fixes
* redundant code removed
77d9cfe to
140493f
Compare
luchnikovbsk
pushed a commit
to luchnikovbsk/ignite
that referenced
this pull request
Jan 31, 2025
okreda1
pushed a commit
to okreda1/ignite
that referenced
this pull request
May 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is new:
Metrics:
These metrics will help to track the load on the cluster.
Thank you for submitting the pull request to the Apache Ignite.
In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:
The Contribution Checklist
The description explains WHAT and WHY was made instead of HOW.
The following pattern must be used:
IGNITE-XXXX Change summarywhereXXXX- number of JIRA issue.(see the Maintainers list)
the
green visaattached to the JIRA ticket (see TC.Bot: Check PR)Notes
If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.