Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
20.1.0
-
Security Level: Default (Default Security Scheme)
Description
getTasksCompleted() returns the same counter as getTasksTotal() in jmx/Pollerd.java and jmx/Collectd.java
Both of them return getExecutor().getTaskCount(), as opposed to getExecutor().getCompletedTaskCount() used by getTaskCompletionRatio().