optimistic transaction caching

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

optimistic transaction caching

voipp
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*
Reply | Threaded
Open this post in threaded view
|

Re: optimistic transaction caching

afedotov
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 <[hidden email]
> 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.
Kind regards,
Alexander