Re: IgniteEvents for MVCC caches

2018-09-24 Thread Vladimir Ozerov
t; > lock, unlock events. Another one is introducing special lock event > > for > > > > > MVCC, but it will be confusing. Also, I see an option of firing > only > > > > > EVT_CACHE_OBJECT_LOCKED. > > > > > > > > > > Last, is differen

Re: IgniteEvents for MVCC caches

2018-09-24 Thread Павлухин Иван
the same > > key > > > > and different modes. For ATOMIC 2 put and 1 remove event will be > fired. > > > For > > > > TRANSACTIONAL 1 put will be fired in case of commit and nothing in > case > > > of > > > > rollback. For MVCC

Re: IgniteEvents for MVCC caches

2018-09-22 Thread Denis Magda
AL 1 put will be fired in case of commit and nothing in case > > of > > > rollback. For MVCC in current vision 2 put will be fired regardless > > whether > > > transaction was committed and rolled back. Currently I do not see > options > > > how to overco

Re: IgniteEvents for MVCC caches

2018-09-22 Thread Vladimir Ozerov
; > > Also, I hardly imagine current use cases for cache events. I think that > > understanding them is the best way for developing working solution for > > MVCC. > > > > I need your opinions. > > > > 2018-09-21 12:54 GMT+03:00 Павлухин Иван : > > > > &g

Re: IgniteEvents for MVCC caches

2018-09-21 Thread Denis Magda
eveloping working solution for > MVCC. > > I need your opinions. > > 2018-09-21 12:54 GMT+03:00 Павлухин Иван : > > > Hi Igniters, > > > > As you might know MVCC was introduced in Apache Ignite. We started > > IgniteEvents implementation for MVCC caches and fa

Re: IgniteEvents for MVCC caches

2018-09-21 Thread Andrey Mashenkov
MT+03:00 Павлухин Иван : > > > Hi Igniters, > > > > As you might know MVCC was introduced in Apache Ignite. We started > > IgniteEvents implementation for MVCC caches and faced some obstacles. I > > would like to start a discussion about next steps which should

Re: IgniteEvents for MVCC caches

2018-09-21 Thread Павлухин Иван
you might know MVCC was introduced in Apache Ignite. We started > IgniteEvents implementation for MVCC caches and faced some obstacles. I > would like to start a discussion about next steps which should be done to > deal with current problems. > > -- > Best regards, > Ivan Pavlukhin > -- Best regards, Ivan Pavlukhin

IgniteEvents for MVCC caches

2018-09-21 Thread Павлухин Иван
Hi Igniters, As you might know MVCC was introduced in Apache Ignite. We started IgniteEvents implementation for MVCC caches and faced some obstacles. I would like to start a discussion about next steps which should be done to deal with current problems. -- Best regards, Ivan Pavlukhin