You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Max Shonichev (JIRA)" <ji...@apache.org> on 2019/07/24 17:29:00 UTC

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

Max Shonichev created IGNITE-12011:
--------------------------------------

             Summary: 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
             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)