You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Cheng Zhang <zh...@yahoo.com> on 2009/01/22 15:59:52 UTC

Unable to delete obsolete index

Hello,

I see a lot of log messages "Unable to delete obsolete index, ..., (MultiIndex.java, line 1082)". 

Does anybody see this before? Can I just ignore it?

Many thanks,

Kevin


Re: Unable to delete obsolete index

Posted by Cheng Zhang <zh...@yahoo.com>.
thanks, marcel.



----- Original Message ----
From: Marcel Reutegger <ma...@gmx.net>
To: users@jackrabbit.apache.org
Sent: Friday, January 23, 2009 2:06:14 AM
Subject: Re: Unable to delete obsolete index

Hi,

those are just info messages and nothing to worry about.

it means that the index tried to delete an index segment that is not needed
anymore, but was unable to delete the segment. this is usually caused by a query
that still reads from the segment. the index will simply retry to delete the
segment at a later time.

regards
marcel

Cheng Zhang wrote:
> Hello,
> 
> I see a lot of log messages "Unable to delete obsolete index, ..., (MultiIndex.java, line 1082)". 
> 
> Does anybody see this before? Can I just ignore it?
> 
> Many thanks,
> 
> Kevin
> 
> 

Re: Unable to delete obsolete index

Posted by Marcel Reutegger <ma...@gmx.net>.
Hi,

those are just info messages and nothing to worry about.

it means that the index tried to delete an index segment that is not needed
anymore, but was unable to delete the segment. this is usually caused by a query
that still reads from the segment. the index will simply retry to delete the
segment at a later time.

regards
 marcel

Cheng Zhang wrote:
> Hello,
> 
> I see a lot of log messages "Unable to delete obsolete index, ..., (MultiIndex.java, line 1082)". 
> 
> Does anybody see this before? Can I just ignore it?
> 
> Many thanks,
> 
> Kevin
> 
>