You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ALEKSEY KUZNETSOV <al...@gmail.com> on 2017/03/22 12:17:25 UTC

optimistic transaction caching

Hi all ! Optimistic transaction of READ_COMMITTED mode is never cached in
transaction, as it stated in documenattion. I cannot find the point in code
where it is checked.
-- 

*Best Regards,*

*Kuznetsov Aleksey*

Re: optimistic transaction caching

Posted by Alexander Fedotov <al...@gmail.com>.
Hello,

Take a look at
https://github.com/apache/ignite/blob/ignite-1.9/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxLocalAdapter.java
IgniteTxLocalAdapter#enlistWriteEntry

On Wed, Mar 22, 2017 at 3:17 PM, ALEKSEY KUZNETSOV <alkuznetsov.sb@gmail.com
> wrote:

> Hi all ! Optimistic transaction of READ_COMMITTED mode is never cached in
> transaction, as it stated in documenattion. I cannot find the point in code
> where it is checked.
> --
>
> *Best Regards,*
>
> *Kuznetsov Aleksey*
>



-- 
Kind regards,
Alex.