[
https://issues.apache.org/jira/browse/IGNITE-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415716#comment-16415716
]
Dmitriy Pavlov commented on IGNITE-6846:
----------------------------------------
[~Alexey Kuznetsov], please see TC results:
Cache [3] [ tests 1 ]
No fail rate info, probably new failure
IgniteBinaryObjectsCacheTestSuite3:
GridCacheNearAtomicMetricsSelfTest.testNearRead
why do you think it should be fixed separately. Please see
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute - it
requires by default tests are passed.
GridVersionSelfTest#testVersions - is known flaky. testOperationChaining was
failed before. Retriggered both builds for PR.
> Add metrics for entry processor invocations
> -------------------------------------------
>
> Key: IGNITE-6846
> URL: https://issues.apache.org/jira/browse/IGNITE-6846
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Affects Versions: 2.3
> Reporter: Valentin Kulichenko
> Assignee: Alexey Kuznetsov
> Priority: Critical
> Labels: iep-6
> Fix For: 2.5
>
>
> {{CacheMetrics}} object has multiple metrics for various cache operations
> like {{get}}, {{put}} and {{remove}}, but nothing for
> {{invoke}}/{{EntryProcessor}}. It makes sense to add such metrics, for
> example:
> * Total number of `invoke` operations executed.
> * Number of `invoke` operations that included updates.
> * Number of read-only `invoke` operations.
> * Min/max/avg execution time.
> * ...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)