horray for generics :-)
hope you find more of those


Emmanuel Cecchet (JIRA) wrote:
> 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.
>
>   


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to