DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29562>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29562 [PATCH] BerkeleyDBStore ------- Additional Comments From [EMAIL PROTECTED] 2004-07-09 22:44 ------- After some consultations with Sleepycat I have determined that the cpu hogging I had noted was not due to the cache preload, but happened when the db environment wasn't closed properly, a consequence of 'other than normal' servlet container shutdown. In that case, a subsequent restart involves a recovery process that is causing the db to go into a recovery process the next time it is started.