uznetsov...@gmail.com>
> >> >> wrote:
> >> >>>
> >> >>> Because expiry time is 10 seconds, while loop iterates every 5
> seconds
> >> >>>
> >> >>> пт, 14 апр. 2017 г. в 11:32, ALEKSEY KUZNETSOV <
&
gt;
>> >>> пт, 14 апр. 2017 г. в 11:32, ALEKSEY KUZNETSOV <
>> alkuznetsov...@gmail.com
>> >>> :
>> >>>
>> >>>> No, the bug is in SQL query, not key-value storage.
>> >>>>
>> >>>> пт, 14 апр. 2
> >>>
> >>>> No, the bug is in SQL query, not key-value storage.
> >>>>
> >>>> пт, 14 апр. 2017 г. в 11:11, Vladislav Pyatkov >:
> >>>>
> >>>>> Denis, Aleksey,
> >>>>>
> >>>>
gt;>>>
>>>> пт, 14 апр. 2017 г. в 11:11, Vladislav Pyatkov :
>>>>
>>>>> Denis, Aleksey,
>>>>>
>>>>> It is correct, remember I have already said something like[1].
>>>>> I have no idea, why this happened in this case wit
ea, why this happened in this case with SQL.
> >>>
> >>> [1]:
> >>>
> >>>
> http://apache-ignite-developers.2346864.n4.nabble.com/TouchedExpiryPolicy-works-incorrect-in-some-cases-IGNITE-4401-td16349.html#a16356
> >>>
> >>> On
;>
>>> http://apache-ignite-developers.2346864.n4.nabble.com/TouchedExpiryPolicy-works-incorrect-in-some-cases-IGNITE-4401-td16349.html#a16356
>>>
>>> On Fri, Apr 14, 2017 at 4:29 AM, Denis Magda wrote:
>>>
>>>> I could reproduce the issue
rrect, remember I have already said something like[1].
>> I have no idea, why this happened in this case with SQL.
>>
>> [1]:
>>
>> http://apache-ignite-developers.2346864.n4.nabble.com/TouchedExpiryPolicy-works-incorrect-in-some-cases-IGNITE-4401-td16349.html#a163
apache-ignite-developers.2346864.n4.nabble.com/TouchedExpiryPolicy-works-incorrect-in-some-cases-IGNITE-4401-td16349.html#a16356
>
> On Fri, Apr 14, 2017 at 4:29 AM, Denis Magda wrote:
>
> > I could reproduce the issue and this should be what Denis K. meant by
> > saying “expirat
Denis, Aleksey,
It is correct, remember I have already said something like[1].
I have no idea, why this happened in this case with SQL.
[1]:
http://apache-ignite-developers.2346864.n4.nabble.com/TouchedExpiryPolicy-works-incorrect-in-some-cases-IGNITE-4401-td16349.html#a16356
On Fri, Apr 14
EKSEY KUZNETSOV <
>>> alkuznetsov...@gmail.com> wrote:
>>>>
>>>> So what do u think about the issue ?
>>>>
>>>> ср, 12 апр. 2017 г. в 10:42, ALEKSEY KUZNETSOV <
>>> alkuznetsov...@gmail.com>:
>>>>
>>
NETSOV <
>> alkuznetsov...@gmail.com>:
>> >
>> >> I have already attached simlified version. Shall i simplify it more ?
>> >>
>> >> вт, 11 апр. 2017 г. в 19:28, Denis Magda :
>> >>
>> >> Can you attach the simplified version? Just
7 г. в 10:42, ALEKSEY KUZNETSOV >:
> >
> >> I have already attached simlified version. Shall i simplify it more ?
> >>
> >> вт, 11 апр. 2017 г. в 19:28, Denis Magda :
> >>
> >> Can you attach the simplified version? Just want to avoid
t; On Apr 11, 2017, at 9:14 AM, ALEKSEY KUZNETSOV
>> wrote:
>>>
>>> I took it from https://issues.apache.org/jira/browse/IGNITE-4401 <
>> https://issues.apache.org/jira/browse/IGNITE-4401> and simplified . See
>> in attached
>>>
>>>
>
ny side effects.
>
> —
> Denis
>
> > On Apr 11, 2017, at 9:14 AM, ALEKSEY KUZNETSOV
> wrote:
> >
> > I took it from https://issues.apache.org/jira/browse/IGNITE-4401 <
> https://issues.apache.org/jira/browse/IGNITE-4401> and simplified . See
> in attached
> >
&
>
> > I took it from https://issues.apache.org/jira/browse/IGNITE-4401 <
> https://issues.apache.org/jira/browse/IGNITE-4401> and simplified . See
> in attached
> >
> >
> > вт, 11 апр. 2017 г. в 19:03, Denis Magda dma...@apache.org>>:
> > Hello,
Can you attach the simplified version? Just want to avoid any side effects.
—
Denis
> On Apr 11, 2017, at 9:14 AM, ALEKSEY KUZNETSOV
> wrote:
>
> I took it from https://issues.apache.org/jira/browse/IGNITE-4401
> <https://issues.apache.org/jira/browse/IGNITE-4401> an
I took it from https://issues.apache.org/jira/browse/IGNITE-4401 and
simplified . See in attached
вт, 11 апр. 2017 г. в 19:03, Denis Magda :
> Hello,
>
> Do you have sample code?
>
> —
> Denis
> > On Apr 11, 2017, at 2:45 AM, ALEKSEY KUZNETSOV
> wrote:
> >
Hello,
Do you have sample code?
—
Denis
> On Apr 11, 2017, at 2:45 AM, ALEKSEY KUZNETSOV
> wrote:
>
> Hi, igniters!
> While doing https://issues.apache.org/jira/browse/IGNITE-4401 ticket i came
> across the fact that cache querying returns null , while cache still has
&g
Hi, igniters!
While doing https://issues.apache.org/jira/browse/IGNITE-4401 ticket i came
across the fact that cache querying returns null , while cache still has
got entry.
Cache query : SELECT nameProp FROM EDUProp WHERE EDUId = 1
Cache get operation : ignite().cache("eduPropCache"
was used TouchedExpiryPolicy with 20
> > seconds
> > > as parameter. This mean enteries will never expired in the example,
> > because
> > > its touching each 10 seconds.
> > >
> > > On Mon, Apr 10, 2017 at 5:23 PM, ALEKSEY KUZNETSOV <
> > > alk
rameter. This mean enteries will never expired in the example,
> because
> > its touching each 10 seconds.
> >
> > On Mon, Apr 10, 2017 at 5:23 PM, ALEKSEY KUZNETSOV <
> > alkuznetsov...@gmail.com
> > > wrote:
> >
> > > Hello igniters!
t; alkuznetsov...@gmail.com
> > wrote:
>
> > Hello igniters!
> > Im fixing https://issues.apache.org/jira/browse/IGNITE-4401
> > In configuration of cache with name defaultNameEDUPropCache in
> > initializeCache() there is ExpiryPolicyFactory with duration 20 seconds.
>
enteries will never expired in the example, because
> its touching each 10 seconds.
>
> On Mon, Apr 10, 2017 at 5:23 PM, ALEKSEY KUZNETSOV <
> alkuznetsov...@gmail.com
> > wrote:
>
> > Hello igniters!
> > Im fixing https://issues.apache.org/jira/br
rs!
> Im fixing https://issues.apache.org/jira/browse/IGNITE-4401
> In configuration of cache with name defaultNameEDUPropCache in
> initializeCache() there is ExpiryPolicyFactory with duration 20 seconds.
> In main test method after sleeping 10 seconds the entity must not be
> expired
Hello igniters!
Im fixing https://issues.apache.org/jira/browse/IGNITE-4401
In configuration of cache with name defaultNameEDUPropCache in
initializeCache() there is ExpiryPolicyFactory with duration 20 seconds.
In main test method after sleeping 10 seconds the entity must not be
expired. So my
Hi, Igniters! I will take https://issues.apache.org/jira/browse/IGNITE-4401 if
you dont mind
--
*Best Regards,*
*Kuznetsov Aleksey*
--
*Best Regards,*
*Kuznetsov Aleksey*
Hi, Igniters! I will take https://issues.apache.org/jira/browse/IGNITE-4401 if
you dont mind
--
*Best Regards,*
*Kuznetsov Aleksey*
Semen Boikov created IGNITE-4401:
Summary: TouchedExpiryPolicy works incorrect in SQL.
Key: IGNITE-4401
URL: https://issues.apache.org/jira/browse/IGNITE-4401
Project: Ignite
Issue Type: Bug
28 matches
Mail list logo