Apparently this query by the expiration bundle finds an entity that should expire in 30 days, and subsequently deletes it. What's going on here? I am using unstable 2033.
> Apparently this query by the expiration bundle finds an entity that should
> expire in 30 days, and subsequently deletes it.
> What's going on here? I am using unstable 2033.
Here's a repro. I am using unstable 2033 and I've put the expiry bundle in
Server/Plugins. The attached program shows that the document is deleted
when the expiry bundle is activated. The output is this:
2012-07-15 12:25:21: Found document SessionStates/1
2012-07-15 12:25:41: Found document SessionStates/1
2012-07-15 12:26:01: Found document SessionStates/1
2012-07-15 12:26:21: Found document SessionStates/1
2012-07-15 12:26:41: Found document SessionStates/1
2012-07-15 12:27:01: Found document SessionStates/1
2012-07-15 12:27:21: Found document SessionStates/1
2012-07-15 12:27:41: Found document SessionStates/1
2012-07-15 12:28:01: Found document SessionStates/1
2012-07-15 12:28:21: Found document SessionStates/1
2012-07-15 12:28:41: Found document SessionStates/1
2012-07-15 12:29:01: Found document SessionStates/1
2012-07-15 12:29:21: Found document SessionStates/1
2012-07-15 12:29:41: Found document SessionStates/1
2012-07-15 12:30:01: Found document SessionStates/1
Document deleted early!
>> Apparently this query by the expiration bundle finds an entity that
>> should expire in 30 days, and subsequently deletes it.
>> What's going on here? I am using unstable 2033.
Hi,
Reproduced, I think the reason is that we didn't update the expiration
bundle to support the new index date time format.
Checking now and a fix will be in the next build
On Sun, Jul 15, 2012 at 1:55 PM, Daniel Lidström <dlidst...@gmail.com>wrote:
> Here's a repro. I am using unstable 2033 and I've put the expiry bundle
> in Server/Plugins. The attached program shows that the document is deleted
> when the expiry bundle is activated. The output is this:
> 2012-07-15 12:25:21: Found document SessionStates/1
> 2012-07-15 12:25:41: Found document SessionStates/1
> 2012-07-15 12:26:01: Found document SessionStates/1
> 2012-07-15 12:26:21: Found document SessionStates/1
> 2012-07-15 12:26:41: Found document SessionStates/1
> 2012-07-15 12:27:01: Found document SessionStates/1
> 2012-07-15 12:27:21: Found document SessionStates/1
> 2012-07-15 12:27:41: Found document SessionStates/1
> 2012-07-15 12:28:01: Found document SessionStates/1
> 2012-07-15 12:28:21: Found document SessionStates/1
> 2012-07-15 12:28:41: Found document SessionStates/1
> 2012-07-15 12:29:01: Found document SessionStates/1
> 2012-07-15 12:29:21: Found document SessionStates/1
> 2012-07-15 12:29:41: Found document SessionStates/1
> 2012-07-15 12:30:01: Found document SessionStates/1
> Document deleted early!
>>> Apparently this query by the expiration bundle finds an entity that
>>> should expire in 30 days, and subsequently deletes it.
>>> What's going on here? I am using unstable 2033.
> Hi,
> Reproduced, I think the reason is that we didn't update the expiration
> bundle to support the new index date time format.
> Checking now and a fix will be in the next build
> On Sun, Jul 15, 2012 at 1:55 PM, Daniel Lidström <dlidst...@gmail.com>wrote:
>> Here's a repro. I am using unstable 2033 and I've put the expiry bundle
>> in Server/Plugins. The attached program shows that the document is deleted
>> when the expiry bundle is activated. The output is this:
>> 2012-07-15 12:25:21: Found document SessionStates/1
>> 2012-07-15 12:25:41: Found document SessionStates/1
>> 2012-07-15 12:26:01: Found document SessionStates/1
>> 2012-07-15 12:26:21: Found document SessionStates/1
>> 2012-07-15 12:26:41: Found document SessionStates/1
>> 2012-07-15 12:27:01: Found document SessionStates/1
>> 2012-07-15 12:27:21: Found document SessionStates/1
>> 2012-07-15 12:27:41: Found document SessionStates/1
>> 2012-07-15 12:28:01: Found document SessionStates/1
>> 2012-07-15 12:28:21: Found document SessionStates/1
>> 2012-07-15 12:28:41: Found document SessionStates/1
>> 2012-07-15 12:29:01: Found document SessionStates/1
>> 2012-07-15 12:29:21: Found document SessionStates/1
>> 2012-07-15 12:29:41: Found document SessionStates/1
>> 2012-07-15 12:30:01: Found document SessionStates/1
>> Document deleted early!
>>>> Apparently this query by the expiration bundle finds an entity that
>>>> should expire in 30 days, and subsequently deletes it.
>>>> What's going on here? I am using unstable 2033.