Andrey N. Gura created IGNITE-12748: ---------------------------------------
Summary: PushMetricsExporterAdapter based exporters could lead to exceptions on getting gauge value Key: IGNITE-12748 URL: https://issues.apache.org/jira/browse/IGNITE-12748 Project: Ignite Issue Type: Bug Reporter: Andrey N. Gura Assignee: Andrey N. Gura Fix For: 2.9 The special case of the problem is https://issues.apache.org/jira/browse/IGNITE-12735. The problem is {{PushMetricsExporterAdapter}} based exporter could access to the components that are not initialized yet via gauge's supplier. Task that reposnsible for exporting should be initialized in {{onContextIntialized0()}} method instead of {{spiStart()}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)