Re: Possible Memory leak in CSIndexInput

2007-03-12 Thread Chris Hostetter
: : I have a question regarding the close() CSIndexInput class, why there is : no close operation defined... : Like ... : base.close() i'm not expert on this kind of thing, but since CSIndexInput only reads from a portion of another IndexInput, closing base seems like a bad idea ... super.close()

Possible Memory leak in CSIndexInput

2007-03-12 Thread Supriya Kumar Shyamal
Hi All, I have a question regarding the close() CSIndexInput class, why there is no close operation defined... Like ... base.close() If I analyze the memory dump of our server I can see lot of object of type CSIndexInput. So I am not sure if I call close() on IndexeSearcher it closes all in