Very good points, Alexey. I will look at this tomorrow and finalize the changes.
--Yakov 2016-04-12 23:41 GMT+03:00 Alexey Goncharuk <alexey.goncha...@gmail.com>: > Guys, > > I fixed code style a bit and pushed my changes to the branch. > > Couple of questions: > - I see that some of the Errors caught do not get re-thrown (e.g. if > interruptAll flag is set). I believe we should at least re-throw OOME in > any case. > - readResolve method is missing for CacheLockImpl. The current > readExternal/writeExternal code uses static stash field. I looked around in > the code and found that IgniteKernal uses localIgnite, while > GridCacheAdapter uses stash. Which way is the correct one? > >