History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-639
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Rollback on MemoryStore starts statement clean-up process when there's nothing to clean up

Created: 18/Nov/08 02:03 PM   Updated: 17/Dec/08 02:04 PM
Component/s: Memory Sail
Affects Version/s: 2.2.1, 2.1.4, 2.2, 2.1.3, 2.1.2, 2.1.1, 2.1, 2.0.1, 2.0
Fix Version/s: 2.2.2


 Description   
MemoryStoreConnection.rollback() currently always triggers the clean-up process, even if there's nothing to be cleaned up. This causes an unnecessary iteration over all statements that holds an exclusive write lock, blocking any other requests.

 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [18/Nov/08 04:32 PM]
clean-up process is no longer triggered if there's nothing to clean up.