Julia Bakulina created IGNITE-23541:
---------------------------------------
Summary: Extend description of
IgniteTxManager#checkEmptyTransactions()
Key: IGNITE-23541
URL: https://issues.apache.org/jira/browse/IGNITE-23541
Project: Ignite
Issue Type: Task
Reporter: Julia Bakulina
Assignee: Julia Bakulina
As GridCacheMvccManager#pendingExplicit contains the mapping of Thread ID to
value using this method may lead to unexpected behaviour of forbidding an
operation thus for some cases it could be useful to use the code below instead.
{code:java}
ctx.grid().transactions().tx() != null;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)