[
https://issues.apache.org/jira/browse/HADOOP-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588560#comment-14588560
]
Allen Wittenauer commented on HADOOP-12093:
-------------------------------------------
FWIW, testing YARN-3706 with current yetus code base doesn't appear to exhibit
the bug and only reports 26 checkstyle errors as problems. (which isn't
surprising since the checkstyle handling is better too)
> pre-patch findbugs fails on a branch-based pre-commit runs
> ----------------------------------------------------------
>
> Key: HADOOP-12093
> URL: https://issues.apache.org/jira/browse/HADOOP-12093
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.0.0
> Reporter: Sangjin Lee
>
> On our branch development JIRAs (YARN-2928), we are starting to see pre-patch
> findbugs checks fail consistently. The relevant message:
> {noformat}
> findbugs baseline for
> /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build
> Running findbugs in
> hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice
> /home/jenkins/tools/maven/latest/bin/mvn clean test findbugs:findbugs
> -DskipTests -DhadoopPatchProcess >
> /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/YARN-2928FindBugsOutputhadoop-yarn-server-timelineservice.txt
> 2>&1
> Exception in thread "main" java.io.FileNotFoundException:
> /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/YARN-2928FindbugsWarningshadoop-yarn-server-timelineservice.xml
> (No such file or directory)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(FileInputStream.java:146)
> at
> edu.umd.cs.findbugs.SortedBugCollection.progessMonitoredInputStream(SortedBugCollection.java:1231)
> at
> edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:308)
> at
> edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:295)
> at edu.umd.cs.findbugs.workflow.Filter.main(Filter.java:712)
> Pre-patch YARN-2928 findbugs is broken?
> {noformat}
> See YARN-3706 and YARN-3792 for instance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)