Unico Hommes created JCR-3821:
---------------------------------
Summary: SeededSecureRandom thread can prevent Jackrabbit from
shutting down
Key: JCR-3821
URL: https://issues.apache.org/jira/browse/JCR-3821
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: Unico Hommes
Assignee: Unico Hommes
Fix For: 2.6.6, 2.8.1, 2.9.1
In SeededSecureRandom a SecureRandom is generated on a separate thread for
performance reasons. However, this call may take a long time to return. See
http://bugs.java.com/view_bug.do?bug_id=6521844 for details. The spawned thread
must be a daemon thread to prevent it from stalling the shutdown process.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)