[ https://issues.apache.org/jira/browse/HADOOP-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644166#action_12644166 ]
Hadoop QA commented on HADOOP-4498: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12392867/hadoop-4498-v3.patch against trunk revision 709040. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 3 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 Eclipse classpath. The patch retains Eclipse classpath integrity. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3513/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3513/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3513/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3513/console This message is automatically generated. > JobHistory does not escape literal jobName when used in a regex pattern > ----------------------------------------------------------------------- > > Key: HADOOP-4498 > URL: https://issues.apache.org/jira/browse/HADOOP-4498 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.19.0 > Reporter: Chris K Wensel > Assignee: Chris K Wensel > Priority: Blocker > Attachments: hadoop-4498-v2.patch, hadoop-4498-v3.patch, > hadoop-4498.patch > > > JobHistory#getJobHistoryFileName throws a PatternSyntaxException if the > jobName includes characters that could be regex metacharacters or > metasequences and are subsequently considered malformed. > Trace: > Exception in thread "initJobs" java.util.regex.PatternSyntaxException: > Unclosed character class near index 97 > .... > at java.util.regex.Pattern.error(Pattern.java:1713) > at java.util.regex.Pattern.clazz(Pattern.java:2254) > at java.util.regex.Pattern.clazz(Pattern.java:2210) > at java.util.regex.Pattern.sequence(Pattern.java:1818) > at java.util.regex.Pattern.expr(Pattern.java:1752) > at java.util.regex.Pattern.compile(Pattern.java:1460) > at java.util.regex.Pattern.<init>(Pattern.java:1133) > at java.util.regex.Pattern.compile(Pattern.java:823) > at > org.apache.hadoop.mapred.JobHistory$JobInfo.getJobHistoryFileName(JobHistory.java:632) > at > org.apache.hadoop.mapred.JobHistory$JobInfo.finalizeRecovery(JobHistory.java:740) > at org.apache.hadoop.mapred.JobTracker.finalizeJob(JobTracker.java:1532) > at > org.apache.hadoop.mapred.JobInProgress.garbageCollect(JobInProgress.java:2232) > at > org.apache.hadoop.mapred.JobInProgress.terminateJob(JobInProgress.java:1938) > at > org.apache.hadoop.mapred.JobInProgress.terminate(JobInProgress.java:1953) > at org.apache.hadoop.mapred.JobInProgress.fail(JobInProgress.java:2012) > at > org.apache.hadoop.mapred.EagerTaskInitializationListener$JobInitThread.run(EagerTaskInitializationListener.java:62) > at java.lang.Thread.run(Thread.java:637) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.