-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 5.4
-
Component/s: None
When handling new content, the tx is started when entering in the handler and committed just before returning. This is wrong because, the transaction should start once the lock is obtained and committed just before releasing the lock.