[
https://issues.apache.org/jira/browse/IGNITE-15666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449173#comment-17449173
]
Ivan Daschinsky edited comment on IGNITE-15666 at 11/25/21, 12:45 PM:
----------------------------------------------------------------------
>> One more time, there are no counters/metrics. The only thing that is used by
>> specification is "statistic"
This is not true.
Citation from spec: _The following table outlines the cache operations affect
the statistics *counters*._
>> I checked hazelcast implementation of JCache API and its behavior absolutely
>> the same as Apache Ignite (without this fix of course)
So what? Another example, that the spec cannot be read unanimously. BTW, I've
provided links and proofs. Is it ok not doing the same?
Moreover, could you provide, please, any example of latency gauge that tracks
only successful outcomes and simply skip failures? It is quite confusing, as
for me. As for me, I, as a user, will be frustrated if I found this.
was (Author: ivandasch):
>> One more time, there are no counters/metrics. The only thing that is used by
>> specification is "statistic"
This is not true.
Citation from spec: _The following table outlines the cache operations affect
the statistics *counters*._
>> I checked hazelcast implementation of JCache API and its behavior absolutely
>> the same as Apache Ignite (without this fix of course)
So what? Another example, that the spec cannot be read unanimously. BTW, I've
provided links and proofs. Is it ok not doing the same?
> The remove metric value is different for sync and async methods
> ---------------------------------------------------------------
>
> Key: IGNITE-15666
> URL: https://issues.apache.org/jira/browse/IGNITE-15666
> Project: Ignite
> Issue Type: Bug
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Major
> Fix For: 2.12
>
> Attachments: screenshot-1.png
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The remove metric value is different for sync and async methods.
> The following metrics are updated only if the key was exist for the sync
> version:
> {noformat}
> RemoveTimeTotal
> RemoveTime
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)