Each TransactionContext creates new thread
------------------------------------------
Key: JCR-982
URL: https://issues.apache.org/jira/browse/JCR-982
Project: Jackrabbit
Issue Type: Improvement
Components: transactions
Reporter: Marcel Reutegger
Priority: Minor
The rollback threads are not stopped when the transaction commits, but only
when the timeout occurs. This has the effect that lots of threads are created
and sleeping when many transactions are committed in a short time frame. The
rollback thread should be signaled when the transaction is committed or even
better a Timer should be used with a single thread for all transaction contexts.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.