Re: Concurrent read-through

2016-12-20 Thread Valentin Kulichenko
Guys, I'd like to resurrect this discussion as it seems to me that I found more serious issue here. Here is the ticket: https://issues.apache.org/jira/browse/IGNITE-4465. Can someone take a look at it? Basically, it looks like under some circumstances we can get a cache miss after the value was

Re: Concurrent read-through

2016-10-06 Thread Yakov Zhdanov
I don't think there is a way to fix this other than having some bounded collection of futures finished with "null" result. --Yakov 2016-10-04 23:09 GMT+03:00 Dmitriy Setrakyan : > Hm... sounds like a bug. > > On Tue, Oct 4, 2016 at 1:06 PM, Valentin Kulichenko < >

Re: Concurrent read-through

2016-10-04 Thread Dmitriy Setrakyan
Hm... sounds like a bug. On Tue, Oct 4, 2016 at 1:06 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Folks, > > I noticed strange behavior when read-through done from several concurrent > threads. Basically, if miss happened in two thread, they can both load the > value from