[
https://issues.apache.org/jira/browse/IGNITE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256643#comment-16256643
]
ASF GitHub Bot commented on IGNITE-5731:
----------------------------------------
GitHub user Denis-Log opened a pull request:
https://github.com/apache/ignite/pull/3055
IGNITE-5731: curWaitingJobs and avgJobWaitTime calculation fixed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Denis-Log/ignite IGNITE-5731
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3055.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3055
----
commit 71b01e53ba0987027c82666080700839bd656671
Author: Denis Loginov <[email protected]>
Date: 2017-11-17T08:24:50Z
IGNITE-5731: curWaitingJobs and avgJobWaitTime calculation fixed
----
> Wrong metrics calculation in ClusterMetricsSnapshot
> ---------------------------------------------------
>
> Key: IGNITE-5731
> URL: https://issues.apache.org/jira/browse/IGNITE-5731
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Evgenii Zhuravlev
> Assignee: Denis Loginov
> Priority: Minor
>
> Error in ClusterMetricsSnapshot constructor:
> curWaitingJobs += m.getCurrentJobWaitTime();
> avgWaitingJobs += m.getCurrentWaitingJobs();
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)