[
https://issues.apache.org/jira/browse/IGNITE-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16991405#comment-16991405
]
Amelchev Nikita commented on IGNITE-12423:
------------------------------------------
I have fixed the issue. I moved the metric method outside the log info block.
TC tests are ok. Jcache fails on the master too.
[~nizhikov], Could you help with a review, please?
> PME duration histogram updates only if log info enabled
> -------------------------------------------------------
>
> Key: IGNITE-12423
> URL: https://issues.apache.org/jira/browse/IGNITE-12423
> Project: Ignite
> Issue Type: Bug
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Minor
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The updates histogram method is placed at the log info block:
> {noformat}
> if (log.isInfoEnabled()) {
> ...
> updateDurationHistogram(System.currentTimeMillis() - initTime);
> ...
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)