[jira] [Created] (IGNITE-9310) SQL: throw exception when missing cache is attempted to be created inside a transaction

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-9310) SQL: throw exception when missing cache is attempted to be created inside a transaction

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-9310:
---------------------------------------

             Summary: SQL: throw exception when missing cache is attempted to be created inside a transaction
                 Key: IGNITE-9310
                 URL: https://issues.apache.org/jira/browse/IGNITE-9310
             Project: Ignite
          Issue Type: Task
          Components: mvcc, sql
    Affects Versions: 2.6
            Reporter: Vladimir Ozerov
             Fix For: 2.7


See \{{org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing#prepareStatementAndCaches}}. This method might be called inside a transaction (both MVCC and non-MVCC modes). If we do not have any protective mechanics (need to check), then this call may lead to cache creation on a client, which in turn will wait for all TXes to finish, including current one, leading to a deadlock.
 # Create tests confirming the problem
 # If hang is reproduced - add a check for ongoing transaction and throw an exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)