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

Andrey N. Gura updated IGNITE-12748:
------------------------------------
    Description: 
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 export should be initialized in 
{{onContextIntialized0()}} method instead of {{spiStart()}}.

  was:
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()}}.


> 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
>            Priority: Major
>             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 export should be initialized in 
> {{onContextIntialized0()}} method instead of {{spiStart()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to