[
https://issues.apache.org/jira/browse/IGNITE-15666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449095#comment-17449095
]
Ivan Daschinsky edited comment on IGNITE-15666 at 11/25/21, 10:26 AM:
----------------------------------------------------------------------
[~slava.koptilin][~zstan] Khm, but I still don't understand where is the break
of Cache#remove(key)? Where is a single word about time metrics (not
statistics) in JSR-107?
Why we should track successful traversal and should not track not successful?
By the way, async method do the same as sync method after Nikita's change.
UPD. Read thoroughly
[JSR-107|https://docs.google.com/document/d/1ijduF_tmHvBaUS7VBBU2ZN8_eEBiFaXXg9OI0_ZxCrA/edit#heading=h.yqda9u7ytn7],
still don't understand where is the issue. In the abovementioned document,
there is a statement about statistics counters, numbers of hits, misses and so
on. Nothing about time histogram.
was (Author: ivandasch):
[~slava.koptilin][~zstan] Khm, but I still don't understand where is the break
of Cache#remove(key)? Where is a single word about time metrics (not
statistics) in JSR-107?
Why we should track successful traversal and should not track not successful?
By the way, async method do the same as sync method after Nikita's change.
UPD. Read thoroughly
[JSR-107|https://docs.google.com/document/d/1ijduF_tmHvBaUS7VBBU2ZN8_eEBiFaXXg9OI0_ZxCrA/edit#heading=h.yqda9u7ytn7],
still don't understand where is the issue. In the abovemention document, there
is a statement about statistics counters, numbers of hits, misses and so on.
Nothing about time histogram.
> 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
>
> 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)