You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2023/05/19 11:37:00 UTC

[jira] [Updated] (IGNITE-19529) IgniteTxStateImpl's non-thread safe fields may cause incorrect node behavior

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

Anton Vinogradov updated IGNITE-19529:
--------------------------------------
    Summary: IgniteTxStateImpl's non-thread safe fields may cause incorrect node behavior   (was: IgniteTxStateImpl non-thread safe fields may cause incorrect node behavior )

> 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 proper sync.
> This may (and caused: IGNITE-19445) node crashes and other issues.
>  



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