Re: [elephant-devel] BDB hanging with many stalled threads

2008-12-10 Thread Red Daly
As it turns out, this solution has also turned out to be inadequate. For the past few months I have been experiencing the same sort of issues I originally described. Every few days I find SBCL taking up 100% of the CPU and a hundred Hunchentoot threads stalled in the web server. When a thread is

Re: [elephant-devel] Postmodern backend; are values ever removed from the blob table

2008-12-10 Thread Robert Synnott
2008/12/10 Ian Eslick <[EMAIL PROTECTED]>: > Have you updated from elephant-unstable recently? I found a bug where > indices were not properly updated that I think was in the core > elephant code. However there may be a bug specific to postmodern. > > Ian > Nope, this isn't the problem, or at le

Re: [elephant-devel] Postmodern backend; are values ever removed from the blob table

2008-12-10 Thread Ian Eslick
Have you updated from elephant-unstable recently? I found a bug where indices were not properly updated that I think was in the core elephant code. However there may be a bug specific to postmodern. Ian On Dec 10, 2008, at 3:38 PM, Robert Synnott wrote: > Hi, > From my experimenting, it se

[elephant-devel] Postmodern backend; are values ever removed from the blob table

2008-12-10 Thread Robert Synnott
Hi, >From my experimenting, it seems that values are never removed from the blob table. So, for instance, if I have an object, and I delete it with drop-instances/drop-pobject, the blob rows representing the slot values never go away. Am I right about this? Is there anything I can do about it short