#73 JobsScheduler.shutdown does not clean up threads
Closed: Fixed None Opened 12 years ago by admiyo.

Code to do the cleanup is actually commented out:
in shutdown


Enumeration enums = mJobThreads.keys();
while (enums.hasMoreElements()) {
String id = (String) enums.nextElement();
Thread currthread = (Thread) mJobThreads.get(id);
// if (currthread != null)
// currthread.destroy();
}

This is because calling destroy is deprecated and was never implemented.


master:

  • 34f141c1144dac37248cf404835248413218627e
  • c0b210a15ef43873b52c1c9fbec73eba48155b4b

Metadata Update from @admiyo:
- Issue assigned to edewata
- Issue set to the milestone: Dogtag 10.0.0.a1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/645

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata