[ 
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)

Reply via email to