[ https://issues.apache.org/jira/browse/IGNITE-19529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Vinogradov updated IGNITE-19529: -------------------------------------- Description: IgniteTxStateImpl's fields - activeCacheIds - txMap are not thread safe, but are widely used from different threads without the proper sync. This may (and caused: IGNITE-19445) node crashes and other issues. was: IgniteTxStateImpl's fields - activeCacheIds - txMap are not thread safe, but are widely used from different threads without proper sync. This may (and caused: IGNITE-19445) node crashes and other issues. > IgniteTxStateImpl's non-thread safe fields may cause incorrect node behavior > ----------------------------------------------------------------------------- > > Key: IGNITE-19529 > URL: https://issues.apache.org/jira/browse/IGNITE-19529 > Project: Ignite > Issue Type: Improvement > Reporter: Anton Vinogradov > Assignee: Anton Vinogradov > Priority: Major > > IgniteTxStateImpl's fields > - activeCacheIds > - txMap > are not thread safe, but are widely used from different threads without the > proper sync. > This may (and caused: IGNITE-19445) node crashes and other issues. > -- This message was sent by Atlassian Jira (v8.20.10#820010)