Array Index Out Of Bound in JGroups Backend AutoNodeSelect
Description
Activity
Show:

Pedro Ruivo January 19, 2013 at 6:04 PM
Pull Request link added
Fixed
Details
Details
Assignee

Reporter

Components
Fix versions
Affects versions
Priority
Created January 19, 2013 at 5:58 PM
Updated May 8, 2013 at 9:04 AM
Resolved January 20, 2013 at 9:11 AM
Some index name can have a negative hash code value and when a new view is accepted with more than 2 nodes, sometime it tries to do a List.get() with a negative value, throwing the exception.
I'm preparing a pull request with a Test Case and the a fix