Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Andreas Neumann
Andreas NeumannReporter
Andreas Neumann
Andreas NeumannLabels
Affects versions
Components
Fix versions
Priority
Created August 30, 2016 at 7:49 PM
Updated December 16, 2016 at 7:40 PM
Resolved October 25, 2016 at 4:37 AM
Today, initialize() and destroy() run in a single transaction. That can lead to transaction timeouts. These methods should have a way to:
control the transaction timeout
start multiple transactions
start a "long-running" transaction that does not time out.