Transaction with multiple locks competing with a stored procedure have a wrong
lock list
----------------------------------------------------------------------------------------
Key: SEQUOIA-1087
URL: https://forge.continuent.org/jira/browse/SEQUOIA-1087
Project: Sequoia
Type: Bug
Components: Core
Versions: Sequoia 2.10.9
Reporter: Emmanuel Cecchet
Assigned to: Emmanuel Cecchet
Priority: Critical
Fix For: sequoia 2.10.10
While cleaning the code for Sequoia 4 with generics I found that
BackendTaskQueue line 1060 adds a list of locks using add instead of addAll
which means that an ArrayList gets added instead of each individual lock.
This will inevitably lead to a class cast exception later on in the execution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia