Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.8.0
-
None
Description
When trying to perform load balancing on queue using 'partition by attribute', the use of the hashCode() function can return a negative value which in turns, the '%' operation might return a negative value (which is used as index) which throws an ArrayIndexOutOfBounds exception.