
|
If you were logged in you would be able to see more operations.
|
|
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.
|
|
clean-up process is no longer triggered if there's nothing to clean up.
|
|