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

IGNITE-22536 CDC metrics for rejected entries by conflict resolver #278

Merged
merged 7 commits into from
Jul 4, 2024

Conversation

maksaska
Copy link
Contributor

@maksaska maksaska commented Jun 27, 2024

CDC metrics for conflict resolveer

There is no metrics for resolved entries during CDC, thus it's hard to analyse the number of accepted and rejected entries handled by conflict resolver. This commit fixes this issue.

What is new:

  • Metric registry added for CacheConflictResolutionManagerImpl, which allowed to register metrics at default CacheVersionConflictResolverImpl
  • Metrics for resolved entries

Metrics:
| AcceptedCount | Count of accepted entries.
| RejectedCount | Count of rejected entries.

@NSAmelchev NSAmelchev merged commit f7e4e3f into apache:master Jul 4, 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
2 participants