Bugzilla – Bug 5805
Change threadpools from Gram custom implementation to java.util.concurrent
Last modified: 2012-09-05 11:43:40
You need to log in before you can comment on or make changes to this bug.
Purpose: * Use feature provided by Java 1.5 instead of using probably worse self-written code. * Enables more controlled shutdown behavior which leads to a much more stable recovery situation (currently somewhat uncontrollable) and thus improves reliability and stability in a container shutdown * reduces the cost of persistence operations Isn't too much work and is probably very worth the effort. Tried it with code from 4.0.6 and ran a couple of condor-g submissions without problems.
Doing some bugzilla cleanup... Resolving old GRAM3 and GRAM4 issues that are no longer relevant since we've moved on to GRAM5. Also, we're now tracking issue in jira. Any new issues should be added here: http://jira.globus.org/secure/VersionBoard.jspa?selectedProjectId=10363