You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2019/08/12 10:39:00 UTC

[jira] [Updated] (IGNITE-12011) MetricUpdater timeout can't be configured

     [ https://issues.apache.org/jira/browse/IGNITE-12011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Gura updated IGNITE-12011:
---------------------------------
    Priority: Minor  (was: Major)

> MetricUpdater timeout can't be configured
> -----------------------------------------
>
>                 Key: IGNITE-12011
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12011
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Max Shonichev
>            Priority: Minor
>             Fix For: 3.0
>
>
> {noformat}
>     /** Metrics update frequency. */
>     private static final long METRICS_UPDATE_FREQ = 3000;
>     ...
>     /** {@inheritDoc} */
>     @Override protected void onKernalStart0() throws IgniteCheckedException {
>         metricsUpdateTask = ctx.timeout().schedule(new MetricsUpdater(), METRICS_UPDATE_FREQ, METRICS_UPDATE_FREQ);
>     }
> {noformat}
> Would be great if metric updater timeout was externally configured.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)