History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-129
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Doug Barth
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

ShutdownHookPlugin does not respect the cleanShutdown flag setting

Created: 14/Feb/05 09:09 AM   Updated: 02/Mar/05 06:10 PM
Component/s: Core
Affects Version/s: 1.4.1, 1.4.2, 1.4.3, 1.4.4
Fix Version/s: 1.4.5

Flags: Patch


 Description  « Hide
The implementation of org.quartz.plugins.management.ShutdownHookPlugin is incorrect. It does not take the setting of the cleanShutdown flag into consideration when creating the shutdown hook thread.

The fix is simple. Simply change line 138 from
     scheduler.shutdown(true);
to
     scheduler.shutdown(isCleanShutdown());

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.