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

Roman Puchkovskiy reassigned IGNITE-23273:
------------------------------------------

    Assignee: Roman Puchkovskiy

> Shared ConversionService causes troubles after a node gets stopped
> ------------------------------------------------------------------
>
>                 Key: IGNITE-23273
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23273
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> By default, Micronaut uses a shared instance of ConversionService. This means 
> that all Ignite nodes on the same JVM (which is what happens in our tests) 
> share the same ConversionService instance. When one of them is stopped, the 
> service gets reset, non-default converters get removed from it, including 
> JsonNode->Object, which causes all REST calls where data is passed as JSON in 
> request body to start failing.
> We need to get rid of using the shared approach and create a 
> ConversionService instance per Ignite node.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to