Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-12011

MetricUpdater timeout can't be configured

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0
    • 3.0
    • None
    • None
    • Docs Required

    Description

          /** 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);
          }
      

      Would be great if metric updater timeout was externally configured.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mshonichev Max Shonichev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: