Just looking at the code of the 'search' method in AbstractLazyLoadRunMap.java

Shouldn't the line which does 'idOnDisk.remove(pivot)' (currently line 436) be accompanied by a reduction of 'hi' by one? If you remove an element from 'idOnDisk', then 'hi' should be reduced by one as well.

Or am I barking up the wrong tree?

The fact that, in our case, our fourth (old) build was not appearing in the list of builds indicates that it was an invalid build and the 'search' method will be trying to ignore it.

For those experiencing this error, it might pay you to check that ALL the directories under the 'builds' directory of your project are valid (compare the contents with one-another) as it looks like the code is not coping with build directories that are not valid.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to