NutchBeanConstructor does not close NutchBean upon contextDestroyed, causing
resource leak in the container.
------------------------------------------------------------------------------------------------------------
Key: NUTCH-746
URL: https://issues.apache.org/jira/browse/NUTCH-746
Project: Nutch
Issue Type: Bug
Affects Versions: 1.0.0
Environment: Apache Tomcat 5.5.27 and 6.0.18, Fedora 11, OpenJDK or
Sun JDK 1.6 OpenJDK 64-Bit Server VM (build 14.0-b15, mixed mode)
Reporter: Kirby Bohling
NutchBeanConstructor is not cleaning up upon application shutdown
(contextDestroyed()). It leaves open the SegmentUpdater, and potentially
other resources. This causes the WebApp's classloader to not be able to GC'ed
in Tomcat, which after repeated restarts will lead to a PermGen error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.