[
https://issues.apache.org/jira/browse/JENA-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne updated JENA-1162:
--------------------------------
Summary: Make the AlarmClock use a daemon thread. (was: Make the
AlarmClock thread a daemon.)
> Make the AlarmClock use a daemon thread.
> ----------------------------------------
>
> 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)