Jiajia Li created HADOOP-13220: ---------------------------------- Summary: Ignore findbugs checking in MiniKdc#stop and add the kerby version hadoop-project/pom.xml Key: HADOOP-13220 URL: https://issues.apache.org/jira/browse/HADOOP-13220 Project: Hadoop Common Issue Type: Improvement Components: test Reporter: Jiajia Li
This is a follow up jira from HADOOP-12911. 1. Now with the findbug warning: {noformat} org.apache.hadoop.minikdc.MiniKdc.stop() calls Thread.sleep() with a lock held At MiniKdc.java:lock held At MiniKdc.java:[line 345] {noformat} As discussed in HADOOP-12911: bq. Why was this committed with a findbugs errors rather than adding the necessary plumbing in pom.xml to make it go away? we will add the findbugsExcludeFile.xml and will get rid of this given kerby-1.0.0-rc3 release. 2. Add the kerby version hadoop-project/pom.xml bq. hadoop-project/pom.xml contains the dependencies of all libraries used in all modules of hadoop, under dependencyManagement. Only here version will be mentioned. All other Hadoop Modules will inherit hadoop-project, so all submodules will use the same version. In submodule, version need not be mentioned in pom.xml. This will make version management easier. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org