Amelchev Nikita created IGNITE-12423: ----------------------------------------
Summary: 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 Fix For: 2.8 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)