Dmitriy S, It is not broke existing code, because for use this ability you must use decorator "withFairSycn()".
What about the argument of Vladimir? On Fri, May 11, 2018 at 8:41 PM, Dmitriy Setrakyan <dsetrak...@apache.org> wrote: > On Fri, May 11, 2018 at 6:38 PM, Dmitriy Govorukhin < > dmitriy.govoruk...@gmail.com> wrote: > > > Dmitriy S, > > > > Why method named as "async" but does not work as async? This is > misleading. > > > > getAllAsync() is a special case. Not always you can use getAllAsync() > > instead > > of multiple getAsync(). > > In this topic, I wanna discuss problem not only for the GET operation but > > also all async operation behavior in the one thread. > > > > In compute grid we can run multiple async compute operation in the one > > thread, so why we can not do this for cache? > > > Because it will break a lot of existing code and create bugs we cannot even > predict at this point. I am not sure why has this become a problem. Is it > preventing us from accomplishing some other task? If not, then I propose to > drop it. > > D. >