[
https://issues.apache.org/jira/browse/IGNITE-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16991445#comment-16991445
]
Nikolay Izhikov commented on IGNITE-12423:
------------------------------------------
Cherry-picked to 2.8 branch
> 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: 20m
> 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)