[ 
https://issues.apache.org/jira/browse/IGNITE-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414014#comment-16414014
 ] 

Alexey Kuznetsov edited comment on IGNITE-6846 at 3/26/18 3:35 PM:
-------------------------------------------------------------------

[TC 
run|https://ci.ignite.apache.org/viewLog.html?buildId=1159375&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunAll]

There are several failed tests :
GridCacheNearAtomicMetricsSelfTest#testNearRead - as I said above, test failed 
due to bug in `read` metric. Seems, new ticket should be created.
GridVersionSelfTest#testVersions, 
DynamicColumnsConcurrentTransactionalReplicatedSelfTest#testOperationChaining - 
cannot reproduce locally, and I think my changes must not affect this test.

Other tests are flacky, and seems my changes doesn't affect them.



was (Author: alexey kuznetsov):
There are several failed tests :
GridCacheNearAtomicMetricsSelfTest#testNearRead - as I said above, test failed 
due to bug in `read` metric. Seems, new ticket should be created.
GridVersionSelfTest#testVersions, 
DynamicColumnsConcurrentTransactionalReplicatedSelfTest#testOperationChaining - 
cannot reproduce locally, and I think my changes must not affect this test.

Other tests are flacky, and seems my changes doesn't affect them.


> 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)

Reply via email to