Anton Vinogradov created IGNITE-19529:
-----------------------------------------
Summary: IgniteTxStateImpl 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
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)