Re: Exception while running sql inside ignite transaction

2018-07-16 Thread dkarachentsev
Hi Akash, First of all SQL is not transactional yet, this feature will be available only since 2.7 [1]. Your exception might be caused if query was canceled or node stopped. [1] https://issues.apache.org/jira/browse/IGNITE-5934 Thanks! -Dmitry -- Sent from:

Exception while running sql inside ignite transaction

2018-07-13 Thread akash shinde
Hi, I am facing below exception while executing query on cache. This exception is not consistent. I am starting transaction in optimistic mode. Could someone please advice. try (Transaction transaction = igniteTx .txStart(TransactionConcurrency.OPTIMISTIC, TransactionIsolation.SERIALIZABLE))