[
https://issues.apache.org/jira/browse/JENA-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-1162.
---------------------------------
Resolution: Fixed
Assignee: Andy Seaborne
Fix Version/s: Jena 3.1.0
> Make the AlarmClock thread a daemon.
> ------------------------------------
>
> Key: JENA-1162
> URL: https://issues.apache.org/jira/browse/JENA-1162
> Project: Apache Jena
> Issue Type: Bug
> Affects Versions: Jena 3.0.1
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.1.0
>
>
> {{AlarmClock}} can block VM exit.
> {noformat}
> AlarmClock ac = AlarmClock.get() ;
> Alarm a = ac.add(()->{}, 1) ;
> a.future.get();
> {noformat}
> This creates the single thread but it is not a daemon thread.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)