Sandy Ryza created MAPREDUCE-4722: ------------------------------------- Summary: LocalJobRunner random ID should not be chosen with Math.abs(rand.nextInt()) Key: MAPREDUCE-4722 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4722 Project: Hadoop Map/Reduce Issue Type: Bug Components: job submission Affects Versions: 2.0.2-alpha Reporter: Sandy Ryza Assignee: Sandy Ryza
According to findbugs 2, this can cause problems if the randomly generated int is Integer.MIN_VALUE because Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE. -- 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